Adds permissions for stale workflow (#17183)

Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/17215/head^2
Burhan 4 months ago committed by GitHub
parent 04ed6f2e50
commit 542320c041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/stale.yml

@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 0 * * *" # Runs at 00:00 UTC every day
permissions:
pull-requests: write
issues: write
jobs:
stale:
runs-on: ubuntu-latest

Loading…
Cancel
Save