From 502423c63398aa5d8f4f860f0b790776524eb50a Mon Sep 17 00:00:00 2001 From: Nev Wylie <54870357+MSNev@users.noreply.github.com> Date: Fri, 23 May 2025 14:51:25 -0700 Subject: [PATCH] Update to correctly reference the repository variable within the action --- .github/workflows/copilot-triage-assignment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/copilot-triage-assignment.yml b/.github/workflows/copilot-triage-assignment.yml index 6a215cf82..695849173 100644 --- a/.github/workflows/copilot-triage-assignment.yml +++ b/.github/workflows/copilot-triage-assignment.yml @@ -11,6 +11,9 @@ permissions: issues: write pull-requests: write +env: + COPILOT_USERNAMES: ${{ vars.COPILOT_USERNAMES }} + jobs: assign-copilot: runs-on: ubuntu-latest