From 8e6cdf7059b65d57acb8abf86c30ee40e63af618 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:05:39 +0000 Subject: [PATCH] Add missing environment and label check to triage workflow Co-authored-by: BagToad <47394200+BagToad@users.noreply.github.com> --- .github/workflows/triage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 20eca49c8..8a80efdf5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -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'