Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update automatic schematisation checks PR description #439

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/update-checks-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ 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 note:** The `build_and_deploy`\
workflow cannot be triggered by this bot, so to run the required checks, please close and reopen\
this pull request." >> $GITHUB_ENV

- name: create pull request
uses: peter-evans/create-pull-request@v5
Expand Down
Loading