Skip to content

Commit 9461ef1

Browse files
committed
fixup! meta: allow users to reopen stale issues via commands
1 parent 8d5d019 commit 9461ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/comment-commands.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Comment Commands"
1+
name: Comment Commands
22

33
on:
44
issue_comment:
@@ -9,14 +9,14 @@ permissions:
99
issues: write
1010

1111
jobs:
12-
reopen_and_disable_stale:
12+
reopen-stale:
1313
runs-on: ubuntu-latest
1414
if: >
1515
github.repository == 'nodejs/node' &&
1616
github.event.comment.body == '/reopen-stale' &&
1717
contains(github.event.issue.labels.*.name, 'stale') &&
1818
github.event.issue.state == 'closed'
19-
19+
2020
steps:
2121
- name: Reopen issue
2222
env:

0 commit comments

Comments
 (0)