You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docs-cleanup.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ jobs:
25
25
pages: write
26
26
contents: write
27
27
pull-requests: write
28
+
issues: write # Allow label creation
28
29
steps:
29
30
- name: Close abandoned PRs
30
31
uses: actions/stale@v9
@@ -48,7 +49,8 @@ jobs:
48
49
stale-pr-message: >
49
50
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
50
51
# 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
52
54
53
55
# Add comment to the PR when it is closed
54
56
close-pr-message: "Auto-closing: no activity for 30 days. If this is still relevant, reopen or create a fresh PR."
0 commit comments