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.
2 parents 40a8cd3 + d144fe3 commit a04d691Copy full SHA for a04d691
.github/workflows/stale.yml
@@ -20,8 +20,9 @@ jobs:
20
with:
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
debug-only: true
23
- only-issue-labels: "Awaiting OP Action"
+ only-labels: "Awaiting OP Action"
24
close-issue-message: "Closing this issue as no feedback has been received."
25
days-before-stale: -1
26
- days-before-close: 1
+ days-before-issue-close: 1
27
+ days-before-pr-close: -1
28
labels-to-remove-when-unstale: "Awaiting OP Action"
0 commit comments