File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55 tags :
66 - v*
77 - " !v0.0.0"
8+
89permissions :
910 contents : read
1011
Original file line number Diff line number Diff line change 99 review :
1010 if : ${{ github.actor == 'dependabot[bot]' && github.repository == 'argoproj/argo-workflows'}}
1111 permissions :
12- pull-requests : write
13- contents : write
12+ pull-requests : write # for approving a PR
13+ contents : write # for enabling auto-merge on a PR
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Dependabot metadata
Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ concurrency:
1313 cancel-in-progress : true
1414
1515permissions :
16- contents : write
16+ contents : read
1717
1818jobs :
1919 docs :
2020 runs-on : ubuntu-latest
21+ permissions :
22+ contents : write # for publishing the docs to GH Pages
2123 steps :
2224 - uses : actions/checkout@v4
2325 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 88 - reopened
99 - synchronize
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 title-check :
1316 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments