Skip to content

Commit c45a29d

Browse files
committed
TEMP testing
1 parent 4258246 commit c45a29d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
uses: actions/stale@v4
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
debug-only: true
2223
only-issue-labels: "Awaiting OP Action"
2324
close-issue-message: "Closing this issue as no feedback has been received."
2425
days-before-stale: -1
25-
days-before-close: 7
26+
days-before-close: 1
2627
labels-to-remove-when-unstale: "Awaiting OP Action"

0 commit comments

Comments
 (0)