Skip to content

Commit 730539e

Browse files
authored
Added write permission to nudgebot (#22902)
Also increased the operations-per-run slightly
1 parent b998c7c commit 730539e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nudgebot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: github.repository_owner == 'pantsbuild'
1313
permissions:
14+
actions: write
1415
issues: write
1516
steps:
1617
- uses: actions/stale@v10
@@ -33,5 +34,5 @@ jobs:
3334
days-before-pr-stale: -1
3435
days-before-pr-close: -1
3536

36-
operations-per-run: 100
37+
operations-per-run: 250
3738
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)