Skip to content

Commit 57bfb11

Browse files
authored
Merge pull request #2123 from shimat/codex/preserve-labeled-stale-items
Prevent stale closure of labeled items
2 parents caead6a + 96e141c commit 57bfb11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515
with:
1616
days-before-stale: 30
1717
days-before-close: 5
18+
# Keep triaged items open; omit "stale" so unlabeled items can still be closed.
19+
exempt-issue-labels: "bug,dependencies,enhancement,needs investigation,out of scope,question,upstream: OpenCV"
20+
exempt-pr-labels: "bug,dependencies,enhancement,needs investigation,out of scope,question,upstream: OpenCV"

0 commit comments

Comments
 (0)