Skip to content

Commit

Permalink
chore: update label format from 'waiting for response' to 'waiting-fo…
Browse files Browse the repository at this point in the history
…r-response'
  • Loading branch information
zachowj committed Dec 22, 2024
1 parent c42a0d8 commit 172a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-waiting-for-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
script: |
const commentAuthor = context.payload.comment.user.login;
const labelToRemove = 'waiting for response';
const labelToRemove = 'waiting-for-response';
const issueData = {
owner: context.repo.owner,
Expand Down

0 comments on commit 172a6b8

Please sign in to comment.