We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cf219 commit cef67e7Copy full SHA for cef67e7
.github/workflows/cleanup.yaml
@@ -23,7 +23,7 @@ jobs:
23
days-before-stale: 30
24
days-before-close: 7
25
26
- - uses: phpdocker-io/github-actions-delete-abandoned-branches@0.3
+ - uses: phpdocker-io/github-actions-delete-abandoned-branches@1
27
with:
28
github_token: ${{ github.token }}
29
last_commit_age_days: 100
README.md
@@ -58,7 +58,7 @@ jobs:
58
name: Satisfy my repo CDO
59
steps:
60
- name: Delete those pesky dead branches
61
- uses: phpdocker-io/github-actions-delete-abandoned-branches@0.3
+ uses: phpdocker-io/github-actions-delete-abandoned-branches@1
62
id: delete_stuff
63
64
0 commit comments