From 600c569ae8752a69b261ab7557331e87872fb62e Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:15:37 +1100 Subject: [PATCH] feat: Remove debug mode from stale action (#3027) --- .github/workflows/stale.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b59342b2f3e..9317598a828 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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