Skip to content

Commit a1e4d2b

Browse files
committed
github branch cleander
1 parent 88d7609 commit a1e4d2b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: GitHub Branch Cleaner
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * 0'
6+
workflow_dispatch:
7+
8+
jobs:
9+
cleanup:
10+
name: Clean up merged branches
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: mmorenoregalado/action-branches-cleaner@v2.0.3
14+
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)