+5
-15
.github/workflows/eval.yml
+5
-15
.github/workflows/eval.yml
···············
···············
+7
-3
.github/workflows/get-merge-commit.yml
+7
-3
.github/workflows/get-merge-commit.yml
·········-if mergedSha=$(base/ci/get-merge-commit.sh ${{ github.repository }} ${{ github.event.number }}); then
·········+if commits=$(base/ci/get-merge-commit.sh ${{ github.repository }} ${{ github.event.number }}); then
+2
-2
ci/README.md
+2
-2
ci/README.md
···-[computed by GitHub](https://docs.github.com/en/rest/guides/using-the-rest-api-to-interact-with-your-git-database?apiVersion=2022-11-28#checking-mergeability-of-pull-requests).- 3: The merge commit isn't being computed, GitHub is likely having internal issues, unknown if the PR is mergeable
···+[computed by GitHub](https://docs.github.com/en/rest/guides/using-the-rest-api-to-interact-with-your-git-database?apiVersion=2022-11-28#checking-mergeability-of-pull-requests) and its parent.+- 0: The PR can be merged, the hashes of the test merge commit and the target commit are returned on stdout- 3: The merge commit isn't being computed, GitHub is likely having internal issues, unknown if the PR is mergeable
+4
-1
ci/get-merge-commit.sh
+4
-1
ci/get-merge-commit.sh
···