Skip to content

Commit 9be0b5d

Browse files
committed
ref: Rename to Waiting for: Team
1 parent bcaaa30 commit 9be0b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label-last-commenter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
&& github.event.comment.author_association != 'OWNER'
2020
uses: actions-ecosystem/action-add-labels@v1
2121
with:
22-
labels: 'Status: User responded'
22+
labels: 'Waiting for: Team'
2323

2424
- name: Remove label if commenter is member
2525
if: |
@@ -28,4 +28,4 @@ jobs:
2828
|| github.event.comment.author_association == 'OWNER'
2929
uses: actions-ecosystem/action-remove-labels@v1
3030
with:
31-
labels: 'Status: User responded'
31+
labels: 'Waiting for: Team'

0 commit comments

Comments
 (0)