Skip to content

Commit eca47d5

Browse files
committed
Ignore bugs in issue staleness checks
1 parent c59605b commit eca47d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
days-before-issue-stale: 30
1616
days-before-issue-close: 30
1717
stale-issue-label: "stale"
18-
exempt-issue-labels: "high priority, good first issue, pinned"
18+
exempt-issue-labels: "bug, high priority, good first issue, pinned"
1919
stale-issue-message: >-
2020
This issue has been automatically marked as stale because it has not
2121
had any recent activity. It will be closed soon if no further

0 commit comments

Comments
 (0)