Skip to content

Commit

Permalink
Remove debug mode so it can close stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 13, 2022
1 parent fb361fc commit 317ea9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 317ea9a

Please sign in to comment.