File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55name : Publish Docker Images
66
77permissions :
8- contents : read
8+ contents : read # Required for checkout only; Docker Hub push uses repository secrets.
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 1111name : Check Broken links
1212
1313permissions :
14- contents : read
14+ contents : read # Required for checkout and authenticated link checks only.
1515
1616on :
1717 workflow_dispatch :
Original file line number Diff line number Diff line change 66name : Merge main into PRs
77
88permissions :
9- contents : read
9+ contents : write
1010 pull-requests : write
1111
1212on :
Original file line number Diff line number Diff line change 11# Ultralytics š AGPL-3.0 License - https://ultralytics.com/license
22
33name : Close stale issues
4+
5+ permissions :
6+ issues : write
7+ pull-requests : write
8+
49on :
510 schedule :
611 - cron : " 0 0 * * *" # Runs at 00:00 UTC every day
712
813jobs :
914 stale :
10- permissions :
11- issues : write
12- pull-requests : write
1315 runs-on : ubuntu-latest
1416 steps :
1517 - uses : actions/stale@v10
You canāt perform that action at this time.
0 commit comments