Skip to content

Commit a51eda1

Browse files
[fix](build): Actions(syntax) (#168)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent d3d1278 commit a51eda1

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed
Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# .github/workflows/stale-branches.yml
2-
31
name: stale-branches.yml – Delete Stale Branches
42

53
on:
6-
workflow_dispatch: # Manual trigger from GitHub UI
4+
#workflow_dispatch: # Manual trigger from GitHub UI
75
schedule:
86
- cron: '0 6 * * 0'
97

@@ -23,18 +21,18 @@ jobs:
2321
- name: Stale Branches
2422
uses: crs-k/stale-branches@865501af01284d43aef267d4b9aab0f9f1734b12 # v8.2.2
2523
with:
26-
# days-before-delete: 180
27-
# comment-updates: false
28-
# max-issues: 20
29-
tag-committer: true
30-
# stale-branch-label: 'stale branch 🗑️'
31-
# compare-branches: 'info'
32-
# branches-filter-regex: '^((?!dependabot))'
33-
# rate-limit: false
34-
# pr-check: false
35-
# dry-run: false
36-
# ignore-issue-interaction: false
37-
# include-protected-branches: false
38-
# include-ruleset-branches: false
39-
# ignore-commit-messages: ''
40-
# ignore-committers: ''
24+
# days-before-delete: 180
25+
# comment-updates: false
26+
# max-issues: 20
27+
tag-committer: true
28+
stale-branch-label: 'stale branch 🗑️'
29+
# compare-branches: 'info'
30+
# branches-filter-regex: '^((?!dependabot))'
31+
# rate-limit: false
32+
# pr-check: false
33+
# dry-run: false
34+
# ignore-issue-interaction: false
35+
# include-protected-branches: false
36+
# include-ruleset-branches: false
37+
# ignore-commit-messages: ''
38+
# ignore-committers: ''

0 commit comments

Comments
 (0)