Skip to content

Commit 646b76e

Browse files
authored
Enable automatic deletion of stale branches (#8325)
1 parent f3209ea commit 646b76e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/delete-stale-branches.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
uses: crs-k/[email protected]
1818
with:
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
20-
# When it goes "stale" an issue is created
21-
# We don't want this, so we delete first
2220
days-before-stale: 59
2321
days-before-delete: 60
2422
pr-check: true
25-
dry-run: true
2623
ignore-issue-interaction: true
2724
branches-filter-regex: "^(?!cla-signatures$).*"

0 commit comments

Comments
 (0)