Remove debug mode so it can close stale issues

This commit is contained in:
Hugo van Kemenade 2022-04-13 16:04:23 +03:00 committed by GitHub
parent fb361fc89e
commit 317ea9a8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ jobs:
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: true
only-labels: "Awaiting OP Action"
close-issue-message: "Closing this issue as no feedback has been received."
days-before-stale: 1