about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-12-16 03:02:33 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-12-19 23:15:41 +0100
commitc6267887db1379c3854c4f604b121b6ff7560a7a (patch)
treeefca8eb508d3f02115b34d99e10be7252fafc32d /.github
parent3869ba41274265150be6f9e233ae5f8f35f867ee (diff)
downloadnixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.tar
nixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.tar.gz
nixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.tar.bz2
nixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.tar.lz
nixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.tar.xz
nixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.tar.zst
nixlib-c6267887db1379c3854c4f604b121b6ff7560a7a.zip
workflows/check-by-name: Why the mergeability check needs to be inline
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-by-name.yml3
1 files changed, 3 insertions, 0 deletions
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 }}