We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af189f2 commit 8afa155Copy full SHA for 8afa155
.github/workflows/stale-issues.yml
@@ -34,3 +34,6 @@ jobs:
34
# Disable PR processing entirely by setting these to -1
35
days-before-pr-stale: -1
36
days-before-pr-close: -1
37
+
38
+ # Restrict to only issues by using an empty label list for only-issue-labels
39
+ only-issue-labels: ''
0 commit comments