MESH-2891: Use GitHub App credentials for the auto-merge to enable an…#218
Merged
alexhawdon merged 1 commit intoMay 27, 2026
Merged
Conversation
…y post-merge Actions to run. (Also updateversion comments on pinned Actions so Dependabot will recognise and increment these when updating.)
Contributor
☂️ Code Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
|
There was a problem hiding this comment.
Pull request overview
Switches Dependabot auto-merge to use a GitHub App token so the resulting merge commit triggers post-merge Actions (which are skipped when using the default GITHUB_TOKEN). Also normalises version comments on pinned Actions so Dependabot can detect and bump them.
Changes:
- Add
actions/create-github-app-tokenstep in the Dependabot auto-merge workflow and pass the generated token togh pr merge. - Update trailing version comments on SHA-pinned Actions to full
vX.Y.Zform across workflows. - Minor cleanup (whitespace in
merge-release.yml, fixed comment spacing).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/dependabot-auto-merge.yaml | Generates GitHub App token and uses it for the auto-merge step. |
| .github/workflows/pull-request.yml | Updates pinned Action version comments to full versions. |
| .github/workflows/merge-develop.yml | Updates pinned Action version comments to full versions. |
| .github/workflows/merge-release.yml | Updates pinned Action version comments; trims trailing blank lines. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
james-bradley-nhs
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



…y post-merge Actions to run. (Also update version comments on pinned Actions so Dependabot will recognise and increment these when updating.)