From d32d899100d785c3f841d69640b4d0287b80987c Mon Sep 17 00:00:00 2001 From: jon8787 <112368577+jon8787@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:41:28 +1000 Subject: [PATCH] UID2-7426: add check_jira_key required-status-check caller --- .github/workflows/check-jira-key.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/check-jira-key.yaml diff --git a/.github/workflows/check-jira-key.yaml b/.github/workflows/check-jira-key.yaml new file mode 100644 index 0000000..aa68dd4 --- /dev/null +++ b/.github/workflows/check-jira-key.yaml @@ -0,0 +1,16 @@ +name: Check Jira Key +on: + pull_request: + types: [opened, edited, synchronize, reopened] + +permissions: + contents: read + pull-requests: read + +jobs: + # Job name pinned to `check_jira_key` so every gated repo yields the same status-check context + # for a single terraform required_status_checks entry (UID2-7426). + check_jira_key: + runs-on: ubuntu-latest + steps: + - uses: IABTechLab/uid2-shared-actions/actions/check_jira_key@v3