Skip to content

Commit 9bd353c

Browse files
committed
chore(github): update needs-reply label name
1 parent da8b8a0 commit 9bd353c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
issue_comment:
55
types: [created]
66
config:
7-
label: needs-reply
7+
label: 'needs reply'
88
exclude-labeler: true
99
- name: add-platform-labels
1010
on:

.github/workflows/needs-reply.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: dwieeb/needs-reply@master
1313
with:
1414
repo-token: ${{ secrets.BOT_TOKEN }}
15+
issue-label: 'needs reply'
1516
close-message: |
1617
It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot.
1718

0 commit comments

Comments
 (0)