Skip to content

Commit e87a26c

Browse files
authored
Merge pull request #421 from daipom/do-not-close-untriaged-or-assigned-issues-automatically
GHA: Don't close untriaged or assigned issues automatically
2 parents e64867e + 07f66ee commit e87a26c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stale-actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
close-pr-message: "This PR was automatically closed because of stale in 30 days"
1919
stale-pr-label: "stale"
2020
stale-issue-label: "stale"
21-
exempt-issue-labels: "bug,help wanted,enhancement"
22-
exempt-pr-labels: "bug,help wanted,enhancement"
21+
exempt-issue-labels: "waiting-for-triage,bug,help wanted,enhancement"
22+
exempt-pr-labels: "waiting-for-triage,bug,help wanted,enhancement"
23+
exempt-all-assignees: true
24+
exempt-all-milestones: true

0 commit comments

Comments
 (0)