Skip to content

Commit

Permalink
feat: Remove debug mode from stale action (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Jan 22, 2024
1 parent 96995a4 commit 600c569
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
days-before-pr-close: -1
# If an issue/PR has a milestone, it's exempt from being marked as stale.
exempt-all-milestones: true
# For initial implementation - this stops any actual updates happening.
# We can review the output and then decide how to proceed. I will own this action.
debug-only: true
# How many API calls will we allow the action to make, essentially.
# Doco: https://github.com/actions/stale?tab=readme-ov-file#operations-per-run
operations-per-run: 150
Expand Down

0 comments on commit 600c569

Please sign in to comment.