We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5d019 commit 9461ef1Copy full SHA for 9461ef1
.github/workflows/comment-commands.yml
@@ -1,4 +1,4 @@
1
-name: "Comment Commands"
+name: Comment Commands
2
3
on:
4
issue_comment:
@@ -9,14 +9,14 @@ permissions:
9
issues: write
10
11
jobs:
12
- reopen_and_disable_stale:
+ reopen-stale:
13
runs-on: ubuntu-latest
14
if: >
15
github.repository == 'nodejs/node' &&
16
github.event.comment.body == '/reopen-stale' &&
17
contains(github.event.issue.labels.*.name, 'stale') &&
18
github.event.issue.state == 'closed'
19
-
+
20
steps:
21
- name: Reopen issue
22
env:
0 commit comments