Skip to content

Commit

Permalink
Disable stale action debug mode (ethereum#13756)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs authored Jan 26, 2023
1 parent 019d13d commit 206e7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/stale@v6
with:
debug-only: true
debug-only: false
days-before-issue-stale: ${{ env.BEFORE_ISSUE_STALE }}
days-before-issue-close: ${{ env.BEFORE_ISSUE_CLOSE }}
stale-issue-message: |
Expand Down

0 comments on commit 206e7cf

Please sign in to comment.