Skip to content

Commit dbf3891

Browse files
chore: update .github/workflows/stale.yml
1 parent 02650ac commit dbf3891

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/stale.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,21 @@ on:
2020
schedule:
2121
- cron: "0 23 * * *"
2222

23+
permissions:
24+
contents: read
25+
issues: write
26+
pull-requests: write
27+
2328
jobs:
2429
stale:
2530
if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules'
2631
runs-on: ubuntu-latest
2732
steps:
28-
- uses: actions/stale@v9
33+
- uses: actions/stale@v10
2934
with:
3035
repo-token: ${{ secrets.GITHUB_TOKEN }}
3136
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
3237
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
3338
exempt-issue-labels: 'triaged'
3439
exempt-pr-labels: 'dependencies,autorelease: pending'
40+
operations-per-run: 100

0 commit comments

Comments
 (0)