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/maintenance.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ jobs:
8
8
name: "close stale issues and pull requests"
9
9
runs-on: ubuntu-latest
10
10
steps:
11
-
- uses: actions/stale@v8
11
+
- uses: actions/stale@v9
12
12
with:
13
13
# On the 'debug' mode the action will not perform any operation.
14
14
# Add the secret ACTIONS_STEP_DEBUG with a value of 'true' in the repository.
15
15
debug-only: false
16
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
17
days-before-stale: 45
18
18
days-before-close: 5
19
-
stale-issue-label: 'stale'
20
-
stale-pr-label: 'stale'
21
-
exempt-issue-labels: 'help wanted,awaiting approval,work in progress'
22
-
exempt-pr-labels: 'help wanted,awaiting approval,work in progress'
23
-
stale-issue-message: 'This issue has been marked as **stale** because it has not registered any activity during the last 45 days. If the **stale** label is not removed or no activity is registered, this will be automatically closed in 5 days.'
24
-
close-issue-message: 'This issue has been closed automatically after not registering any activity for 50 consecutive days.'
25
-
stale-pr-message: 'This pull request has been marked as **stale** because it has not registered any activity during the last 45 days. If the **stale** label is not removed or no activity is registered, this will be automatically closed in 5 days.'
26
-
close-pr-message: 'This pull request has been closed automatically after not registering any activity for 50 consecutive days.'
19
+
stale-issue-label: "stale"
20
+
stale-pr-label: "stale"
21
+
exempt-issue-labels: "help wanted,awaiting approval,work in progress"
22
+
exempt-pr-labels: "help wanted,awaiting approval,work in progress"
23
+
stale-issue-message: "This issue has been marked as **stale** because it has not registered any activity during the last 45 days. If the **stale** label is not removed or no activity is registered, this will be automatically closed in 5 days."
24
+
close-issue-message: "This issue has been closed automatically after not registering any activity for 50 consecutive days."
25
+
stale-pr-message: "This pull request has been marked as **stale** because it has not registered any activity during the last 45 days. If the **stale** label is not removed or no activity is registered, this will be automatically closed in 5 days."
26
+
close-pr-message: "This pull request has been closed automatically after not registering any activity for 50 consecutive days."
0 commit comments