diff --git a/.github/workflows/remove-stale-branches.yaml b/.github/workflows/remove-stale-branches.yaml index ffd59b5bad1..8a7823368ea 100644 --- a/.github/workflows/remove-stale-branches.yaml +++ b/.github/workflows/remove-stale-branches.yaml @@ -2,14 +2,14 @@ name: "[internal] Remove Stale Branches" on: schedule: - - cron: "0 */6 * * *" # Runs at midnight, 6AM, noon, 6pm + - cron: "0 0,12 * * *" # Runs at midnight (0:00) and noon (12:00) workflow_dispatch: # Allows manual trigger jobs: remove-stale-branches: runs-on: ubuntu-latest steps: - - uses: fpicalausa/remove-stale-branches@v2.0.1 + - uses: blozano-tt/remove-stale-branches@379c5b1430ca2951a1365427e7eb6574cfc4c7dd with: dry-run: false days-before-branch-stale: 180 # Branches stale for ~6 months