Skip to content

Commit

Permalink
Update label-feedback-from-comment.yml (#2025)
Browse files Browse the repository at this point in the history
Update /handbook to /docs, as part of #2023
  • Loading branch information
kaitohm authored Nov 27, 2023
1 parent 1b89ca8 commit 1992d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-feedback-from-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
labels: ["[Type] Bug"]
})
- uses: actions/[email protected]
if: contains(github.event.issue.labels.*.name, 'Awaiting Triage') && contains(github.event.comment.body, '/handbook')
if: contains(github.event.issue.labels.*.name, 'Awaiting Triage') && contains(github.event.comment.body, '/docs')
with:
script: |
github.rest.issues.addLabels({
Expand Down

0 comments on commit 1992d72

Please sign in to comment.