From c6267887db1379c3854c4f604b121b6ff7560a7a Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Sat, 16 Dec 2023 03:02:33 +0100 Subject: [PATCH] workflows/check-by-name: Why the mergeability check needs to be inline --- .github/workflows/check-by-name.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-by-name.yml b/.github/workflows/check-by-name.yml index 43237d36bee1..0fce2c37746c 100644 --- a/.github/workflows/check-by-name.yml +++ b/.github/workflows/check-by-name.yml @@ -20,6 +20,9 @@ jobs: # The default of 6 hours is definitely too long timeout-minutes: 10 steps: + # This step has to be in this file, + # because it's needed to determine which revision of the repository to fetch, + # and we can only use other files from the repository once it's fetched. - name: Resolving the merge commit env: GH_TOKEN: ${{ github.token }}