From 070acf354e92f72bad4c0d80b93f88076cfbbb27 Mon Sep 17 00:00:00 2001 From: elisalle Date: Thu, 1 Feb 2024 09:30:48 +0100 Subject: [PATCH] add note about having to close and reopen the PR --- .github/workflows/update-checks-list.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-checks-list.yml b/.github/workflows/update-checks-list.yml index be80bc09..bd7de50c 100644 --- a/.github/workflows/update-checks-list.yml +++ b/.github/workflows/update-checks-list.yml @@ -76,7 +76,8 @@ jobs: echo "PR_BODY=This PR was auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request).\ It is usually triggered by a new threedi-modelchecker release, but can also be run by hand. This PR updates the documented\ list of checks run by the modelchecker to reflect the latest threedi-modelchecker version,\ - ${{ needs.update_checks_list.outputs.checker_version }}." >> $GITHUB_ENV + ${{ needs.update_checks_list.outputs.checker_version }}. Please close and reopen this PR to run the build workflow\ + so you can merge the PR." >> $GITHUB_ENV - name: create pull request uses: peter-evans/create-pull-request@v5