Skip to content

Commit 316b680

Browse files
committed
refactor: clean up ci
1 parent bff7f52 commit 316b680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issues.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Close inactive issues
2-
on:
1+
name: Mark inactive issues as stale
2+
'on':
33
schedule:
44
- cron: "30 1 * * *"
55

@@ -18,6 +18,6 @@ jobs:
1818
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
1919
days-before-pr-stale: -1
2020
days-before-pr-close: -1
21-
any-of-labels: "bug, enhancement"
21+
any-of-labels: "bug,enhancement,question,help wanted"
2222
labels-to-remove-when-unstale: "stale"
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)