From fa9d0f994b45a94e3f26c01e395c58ff59f47f43 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 31 Oct 2025 12:08:09 +0100 Subject: [PATCH] ci: gha: Set debug_pull_request_number_str annotation --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c69cc5437d..0b9e5855d7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,14 @@ jobs: outputs: provider: ${{ steps.runners.outputs.provider }} steps: + - name: Annotate with pull request number + # This annotation is machine-readable and can be used to assign a check + # run to its corresponding pull request. Running in one check run is + # sufficient for each check suite. + run: | + if [ "${{ github.event_name }}" = "pull_request" ]; then + echo "::notice title=debug_pull_request_number_str::${{ github.event.number }}" + fi - id: runners run: | if [[ "${REPO_USE_CIRRUS_RUNNERS}" == "${{ github.repository }}" ]]; then