File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Stale Branches
2+ on :
3+ schedule :
4+ - cron : " 0 6 * * 1-5"
5+
6+ permissions :
7+ issues : write
8+ contents : write
9+ jobs :
10+ stale_branches :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Stale Branches
14+ uses : crs-k/stale-branches@c6e09a3de1046d68b21eccdca23321d0ec277964 # v7.0.0
15+ with :
16+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
17+ days-before-stale : 120
18+ days-before-delete : 180
19+ comment-updates : false
20+ tag-committer : false
21+ stale-branch-label : " stale branch 🗑️"
22+ compare-branches : " info"
23+ ignore-issue-interaction : true
24+ pr-check : true
Original file line number Diff line number Diff line change 11# Copyright (c) HashiCorp, Inc.
22# SPDX-License-Identifier: MPL-2.0
33
4- name : stale
4+ name : stale prs
55on :
66 schedule :
77 - cron : 0 1 * * *
You can’t perform that action at this time.
0 commit comments