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/stale.yml
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,29 @@ on:
6
6
7
7
jobs:
8
8
stale:
9
+
permissions:
10
+
issues: write # for actions/stale to close stale issues
11
+
pull-requests: write # for actions/stale to close stale PRs
9
12
runs-on: ubuntu-latest
10
13
steps:
11
14
- name: Close Stale Issues
12
-
uses: actions/stale@v3
15
+
uses: actions/stale@v5
13
16
with:
14
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
18
stale-issue-message: |
16
19
Hello! :wave:
17
-
20
+
18
21
This issue is being automatically marked as stale because it has not been updated in a while. Please confirm that the issue is still present and reproducible. If no updates or new comments are received the issue will be closed in a few days.
19
-
22
+
20
23
Thanks.
21
24
stale-pr-message: |
22
25
Hello! :wave:
23
-
26
+
24
27
This pull request is being automatically marked as stale because it has not been updated in a while. Please confirm that the issue is still present and reproducible. If no updates or new comments are received the pull request will be closed in a few days.
0 commit comments