Add missing environment and label check to triage workflow
Co-authored-by: BagToad <47394200+BagToad@users.noreply.github.com>
This commit is contained in:
parent
772e677e73
commit
8e6cdf7059
1 changed files with 2 additions and 1 deletions
3
.github/workflows/triage.yml
vendored
3
.github/workflows/triage.yml
vendored
|
|
@ -13,7 +13,8 @@ on:
|
|||
|
||||
jobs:
|
||||
discuss:
|
||||
if: github.event.action == 'labeled'
|
||||
if: github.event.action == 'labeled' && github.event.label.name == 'discuss'
|
||||
environment: cli-discuss-automation
|
||||
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-discuss.yml@main
|
||||
with:
|
||||
target_repo: 'github/cli'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue