workflows/check-by-name: Why the mergeability check needs to be inline
This commit is contained in:
parent
3869ba4127
commit
c6267887db
1 changed files with 3 additions and 0 deletions
3
.github/workflows/check-by-name.yml
vendored
3
.github/workflows/check-by-name.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue