Skip to content

Commit 234e75b

Browse files
authored
infra: fix auto-close PR limit (#1178)
1 parent 67b3d0c commit 234e75b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-cleanup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
pages: write
2626
contents: write
2727
pull-requests: write
28+
issues: write # Allow label creation
2829
steps:
2930
- name: Close abandoned PRs
3031
uses: actions/stale@v9
@@ -48,7 +49,8 @@ jobs:
4849
stale-pr-message: >
4950
This PR is stale because it has been open for 30 days with no activity. It will be closed in 10 days if no further activity occurs. #magic___^_^___line
5051
# Label the PR as autoclosed
51-
close-pr-label: autoclose
52+
close-pr-label: autoclosed
53+
operations-per-run: 90 # Increase the number of operations per run
5254

5355
# Add comment to the PR when it is closed
5456
close-pr-message: "Auto-closing: no activity for 30 days. If this is still relevant, reopen or create a fresh PR."

0 commit comments

Comments
 (0)