Skip to content

Commit

Permalink
📝 add note in MQT Core Update PR description (#24)
Browse files Browse the repository at this point in the history
📝 add note in PR description

Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer authored Aug 9, 2024
1 parent af4d675 commit 5317058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-mqt-core-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ jobs:
This pull request updates the [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core) dependency from cda-tum/mqt-core@${{ steps.get-used-version.outputs.revision }} (version v${{ steps.get-used-version.outputs.version }}) to cda-tum/mqt-core@${{ steps.determine-new-version-and-revision.outputs.new_revision }} (version v${{ steps.determine-new-version-and-revision.outputs.new_version }}).
**Full Changelog**: https://github.com/cda-tum/mqt-core/compare/${{ steps.get-used-version.outputs.revision }}...${{ steps.determine-new-version-and-revision.outputs.new_revision }}
> [!NOTE]
> This pull request was automatically created by a GitHub Actions workflow, which does not have permissions to trigger other workflows.
> Manually close and reopen this pull request to trigger the dependent workflows.
branch: "update-mqt-core-${{ steps.determine-new-version-and-revision.outputs.new_revision }}"
labels: "dependencies,c++"
base: "main"

0 comments on commit 5317058

Please sign in to comment.