Skip to content

Commit c33431f

Browse files
authored
Merge pull request #136 from arminbro/dev
chore: update repo-pruner version
2 parents c887abc + 0528ccb commit c33431f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/repo-pruner.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: 'Run Repo Pruner'
22
on:
33
schedule:
4-
- cron: '0 0 * * 0' # Runs weekly
4+
- cron: '0 0 1 * *' # Runs once a month - At 00:00 on day-of-month 1.
55
workflow_dispatch:
66

77
jobs:
88
repo-pruner:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Run Repo Pruner
12-
uses: arminbro/repo-pruner@v1.0.4
12+
uses: arminbro/repo-pruner@v2.1.4
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:
1616
inactive_days: 30
17-
base_branch: master

0 commit comments

Comments
 (0)