diff --git a/.github/workflows/label-feedback-from-comment.yml b/.github/workflows/label-feedback-from-comment.yml index 268e8535d..689db58d1 100644 --- a/.github/workflows/label-feedback-from-comment.yml +++ b/.github/workflows/label-feedback-from-comment.yml @@ -37,7 +37,7 @@ jobs: labels: ["[Type] Bug"] }) - uses: actions/github-script@v7.0.1 - 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({