From 1b89ca82480c1ae079645d106609335ee36cf643 Mon Sep 17 00:00:00 2001 From: Ben Evans <49054298+bsanevans@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:51:12 +0900 Subject: [PATCH] Update label-feedback-from-issue.yml (#2024) Update /handbook to /docs, as part of https://github.com/WordPress/Learn/pull/2023 --- .github/workflows/label-feedback-from-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-feedback-from-issue.yml b/.github/workflows/label-feedback-from-issue.yml index bcede7e0f..2b1e0d357 100644 --- a/.github/workflows/label-feedback-from-issue.yml +++ b/.github/workflows/label-feedback-from-issue.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.issue.body, '/handbook') + if: contains(github.event.issue.labels.*.name, 'Awaiting Triage') && contains(github.event.issue.body, '/docs') with: script: | github.rest.issues.addLabels({