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