Skip to content

Commit

Permalink
Create remove-stale-branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tehdiplomat committed Nov 10, 2024
1 parent bc3c847 commit 9435ca6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/remove-stale-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
schedule:
- cron: "0 0 * * *" # Everday at midnight

jobs:
remove-stale-branches:
name: Remove Stale Branches
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/[email protected]
with:
dry-run: true # Check out the console output before setting this to false

0 comments on commit 9435ca6

Please sign in to comment.