Skip to content

Update: [ELI-759] - adding repo check for regression test workflow#264

Merged
eddalmond1 merged 4 commits intomainfrom
feature/eja-eli-759-adding-repo-check-for-regression-tests
Apr 22, 2026
Merged

Update: [ELI-759] - adding repo check for regression test workflow#264
eddalmond1 merged 4 commits intomainfrom
feature/eja-eli-759-adding-repo-check-for-regression-tests

Conversation

@eddalmond1
Copy link
Copy Markdown
Contributor

@eddalmond1 eddalmond1 commented Apr 21, 2026

Summary

  • 🤖 Operational or Infrastructure Change

Details

Added a cross-repo check so only the main repo can call the regression tests via a 'workflow call'.

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-759

@eddalmond1 eddalmond1 changed the title Feature: [ELI-759] - adding repo check for regression test workflow Update: [ELI-759] - adding repo check for regression test workflow Apr 21, 2026
…h in a pre-commit, not CI/CD"

This reverts commit d644f20.
Copy link
Copy Markdown
Contributor

@TOEL2 TOEL2 left a comment

Choose a reason for hiding this comment

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

LGTM

@sonarqubecloud
Copy link
Copy Markdown

@eddalmond1 eddalmond1 merged commit 44a24a8 into main Apr 22, 2026
17 of 18 checks passed
@eddalmond1 eddalmond1 deleted the feature/eja-eli-759-adding-repo-check-for-regression-tests branch April 22, 2026 09:03
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