Skip to content

Commit 675d6aa

Browse files
committed
test
1 parent e682402 commit 675d6aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/staleIssues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/stale@v9
1313
with:
14+
# Only check issues labeled as bugs
15+
only-labels: "bug"
1416
days-before-issue-stale: 90
1517
days-before-issue-close: 7
1618
stale-issue-label: "stale"
1719
stale-issue-message: "This issue has been marked as stale due to 90 days of inactivity. If you wish to keep it open, please remove the stale label or leave a comment; otherwise, it will be closed in 7 days."
1820
close-issue-message: "This issue was closed due to 7 days of inactivity after being marked as stale. Feel free to reopen it if it remains relevant."
19-
any-of-issue-labels: 'bug'
2021
debug-only: 'true'
2122
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)