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
body: "If this PR exists, there's presumably new additions to the AUTHORS file. This is an automatically generated PR by the `authors.yml` GitHub Action, which runs `tools/update-authors.js` and submits a new PR or updates an existing PR.\n\nPlease note that there might be duplicate entries. If there are, please remove them and add the duplicate emails to .mailmap directly to this PR."
23
-
branch: "actions/authors-update"# custom branch *just* for this Action.
23
+
branch: "actions/authors-update"# Custom branch *just* for this Action.
close-issue-message: Closing this because it has stalled. Feel free to reopen if this issue is still relevant, or to ping the collaborator who labelled it stalled if you have any questions.
18
-
close-pr-message: Closing this because it has stalled. Feel free to reopen if this PR is still relevant, or to ping the collaborator who labelled it stalled if you have any questions.
19
-
# used to filter issues to check whether or not should be closed, avoids hitting maximum operations allowed if needing to paginate through all open issues
20
-
only-labels: stalled
21
-
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
22
-
operations-per-run: 500
23
-
# deactivates automatic removal of stalled label if issue gets any activity
24
-
remove-stale-when-updated: false
25
-
# deactivates automatic stale labelling as we prefer to do that manually
26
-
days-before-stale: -1
11
+
- uses: actions/stale@v3
12
+
with:
13
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
+
days-before-close: 30
15
+
stale-pr-label: stalled
16
+
stale-issue-label: stalled
17
+
close-issue-message: Closing this because it has stalled. Feel free to reopen if this issue is still relevant, or to ping the collaborator who labelled it stalled if you have any questions.
18
+
close-pr-message: Closing this because it has stalled. Feel free to reopen if this PR is still relevant, or to ping the collaborator who labelled it stalled if you have any questions.
19
+
# used to filter issues to check whether or not should be closed, avoids hitting maximum operations allowed if needing to paginate through all open issues
20
+
only-labels: stalled
21
+
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
22
+
operations-per-run: 500
23
+
# deactivates automatic removal of stalled label if issue gets any activity
24
+
remove-stale-when-updated: false
25
+
# deactivates automatic stale labelling as we prefer to do that manually
0 commit comments