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 48d926a commit af189f2Copy full SHA for af189f2
.github/workflows/stale-issues.yml
@@ -30,3 +30,7 @@ jobs:
30
31
# Remove stale label if an update is made
32
remove-stale-when-updated: true
33
+
34
+ # Disable PR processing entirely by setting these to -1
35
+ days-before-pr-stale: -1
36
+ days-before-pr-close: -1
0 commit comments