Skip to content

Commit e9e2563

Browse files
github action for deleting stale merged branches
1 parent d5c4a4e commit e9e2563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merged-stale-branch-deletion.yml renamed to .github/workflows/branch-deletion-pr-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Stale Branch Deletion Approval
1+
name: Branch Deletion Phase One (PR Creation)
22
permissions:
33
contents: write
44
pull-requests: write

.github/workflows/process-branch-deletion.yml renamed to .github/workflows/branch-deletion-pr-processing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Process Branch Deletion
1+
name: Branch Deletion Phase Two (PR Processing)
22
on:
33
pull_request:
44
types:

0 commit comments

Comments
 (0)