There was an error while loading. Please reload this page.
1 parent caead6a commit 96e141cCopy full SHA for 96e141c
1 file changed
.github/workflows/stale.yml
@@ -15,3 +15,6 @@ jobs:
15
with:
16
days-before-stale: 30
17
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