Skip to content

Fix: [ELI-731] - trying new role for regression tests#279

Merged
eddalmond1 merged 4 commits intomainfrom
feature/eli-731-aws-role
Apr 27, 2026
Merged

Fix: [ELI-731] - trying new role for regression tests#279
eddalmond1 merged 4 commits intomainfrom
feature/eli-731-aws-role

Conversation

@eddalmond1
Copy link
Copy Markdown
Contributor

Summary

Remove items from this list if they are not relevant. Remove this line once this has been done

  • Routine Change
  • ❗ Breaking Change
  • 🤖 Operational or Infrastructure Change
  • ✨ New Feature
  • ⚠️ Potential issues that might be caused by this change

Details

Add any summary information of what is in the change. Remove this line if you have nothing to add.

Pull Request Naming

Pull requests should be named using the following format:

Tag: [ELI-NNNN] - Short description

Tag can be one of:

  • Fix - for a bug fix. (Patch release)
  • Update - either for a backwards-compatible enhancement or for a rule change that adds reported problems. (Patch release)
  • New - implemented a new feature. (Minor release)
  • Breaking - for a backwards-incompatible enhancement or feature. (Major release)
  • Docs - changes to documentation only. (Patch release)
  • Build - changes to build process only. (No release)
  • Upgrade - for a dependency upgrade. (Patch release)
  • Chore - for refactoring, adding tests, etc. (anything that isn't user-facing). (Patch release)

If the current release is x.y.z then

  • a patch release increases z by 1
  • a minor release increases y by 1
  • a major release increases x by 1

Correct tagging is necessary for our automated versioning and release process (Release).

The description of your pull request will be used as the commit message for the merge, and also be included in the changelog. Please ensure that your title is sufficiently descriptive.

Rerunning Checks

If you need to rename your pull request, you can restart the checks by either:

  • Closing and reopening the pull request
  • pushing an empty commit
    git commit --allow-empty -m 'trigger build'
    git push
  • Amend your last commit and force push to the branch
    git commit --amend --no-edit
    git push --force

Rerunning the checks from within the pull request will not use the updated title.

@github-actions
Copy link
Copy Markdown
Contributor

This branch is work on a ticket in an NHS England JIRA Project. Here is a handy link to the ticket:
ELI-731

@sonarqubecloud
Copy link
Copy Markdown

@eddalmond1 eddalmond1 enabled auto-merge (squash) April 27, 2026 14:07
Copy link
Copy Markdown
Contributor

@feyisayo-afolabi-nhs feyisayo-afolabi-nhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@eddalmond1 eddalmond1 merged commit 636a987 into main Apr 27, 2026
13 checks passed
@eddalmond1 eddalmond1 deleted the feature/eli-731-aws-role branch April 27, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants