Skip to content

Commit

Permalink
Update remove-stale-branches.yaml (#15248)
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Nov 20, 2024
1 parent 80d9f0b commit 94f2f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remove-stale-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94f2f23

Please sign in to comment.