Skip to content

Commit ba50e19

Browse files
Merge branch 'main' into dependabot/github_actions/ruby/setup-ruby-1.262.0
2 parents b8f7ce8 + 7f01a8f commit ba50e19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/stale-branches.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ on:
77
schedule:
88
- cron: '0 6 * * 0'
99

10-
permissions:
11-
issues: write
12-
contents: write
10+
permissions: {}
1311

1412
jobs:
1513
stale_branches:
1614
runs-on: ubuntu-latest
1715
steps:
1816
- name: Stale Branches
19-
uses: crs-k/[email protected]
20-
with:
17+
permissions:
18+
issues: write
19+
contents: write
20+
uses: crs-k/[email protected]
21+
with:
2122
# days-before-delete: 180
2223
# comment-updates: false
2324
# max-issues: 20

0 commit comments

Comments
 (0)