Skip to content

Commit

Permalink
Update label-feedback-from-issue.yml (#2024)
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 eaa3b56 commit 1b89ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-feedback-from-issue.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.issue.body, '/handbook')
if: contains(github.event.issue.labels.*.name, 'Awaiting Triage') && contains(github.event.issue.body, '/docs')
with:
script: |
github.rest.issues.addLabels({
Expand Down

0 comments on commit 1b89ca8

Please sign in to comment.