Skip to content

Commit 4b788f4

Browse files
authored
chore: align naming of issues handling workflows (#12649) [ci skip]
1 parent 48a63ab commit 4b788f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Issues - auto-close stale issues
1+
name: Issue - auto-close
22

33
on:
44
schedule:

.github/workflows/issue-comment-on-close.yaml renamed to .github/workflows/issue-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Comment on Closing Issue
1+
name: Issue - Comment on Close
22

33
on:
44
issues:

.github/workflows/issue-reopen-on-comment.yaml renamed to .github/workflows/issue-reopen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reopen Issue on Comment
1+
name: Issue - Reopen on Comment
22

33
on:
44
issue_comment:

0 commit comments

Comments
 (0)