Enable automatic deletion of stale branches (#8325)
This commit is contained in:
3
.github/workflows/delete-stale-branches.yaml
vendored
3
.github/workflows/delete-stale-branches.yaml
vendored
@@ -17,11 +17,8 @@ jobs:
|
||||
uses: crs-k/stale-branches@v8.2.2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# When it goes "stale" an issue is created
|
||||
# We don't want this, so we delete first
|
||||
days-before-stale: 59
|
||||
days-before-delete: 60
|
||||
pr-check: true
|
||||
dry-run: true
|
||||
ignore-issue-interaction: true
|
||||
branches-filter-regex: "^(?!cla-signatures$).*"
|
||||
|
||||
Reference in New Issue
Block a user