Skip to content

Commit

Permalink
add note about having to close and reopen the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Feb 1, 2024
1 parent 751c4e7 commit 070acf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-checks-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 070acf3

Please sign in to comment.