Skip to content

Commit

Permalink
Update label-feedback-from-issue.yml
Browse files Browse the repository at this point in the history
Updating label.
  • Loading branch information
kaitohm authored Nov 27, 2023
1 parent 846eade commit fad3e1d
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 @@ -24,7 +24,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["Content Feedback"]
labels: ["[Content] Feedback"]
})
- uses: actions/[email protected]
if: contains(github.event.issue.labels.*.name, 'Awaiting Triage') && contains(github.event.issue.body, '/dev')
Expand Down

0 comments on commit fad3e1d

Please sign in to comment.