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
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@
6
6
name: Mark stale issues and pull requests
7
7
on:
8
8
schedule:
9
-
- cron: "*/10 5 * * *"
9
+
- cron: "*/10 5 * * *"
10
10
jobs:
11
11
stale:
12
12
runs-on: ubuntu-latest
13
13
permissions:
14
14
issues: write
15
15
pull-requests: write
16
16
steps:
17
-
- uses: actions/stale@v5
18
-
with:
19
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
-
days-before-stale: 365
21
-
stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
22
-
stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
23
-
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
24
-
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
25
-
exempt-issue-labels: 'Help Wanted, Good first issue, Never gets stale'
26
-
exempt-pr-labels: 'Help Wanted, Never gets stale'
17
+
- uses: actions/stale@v5
18
+
with:
19
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
+
days-before-stale: 365
21
+
stale-issue-message: "This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days."
22
+
stale-pr-message: "This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days."
23
+
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
24
+
close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity."
25
+
exempt-issue-labels: "Help Wanted, Good first issue, Never gets stale"
0 commit comments