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 Check Commits action to alert if commits of different types exist in the PR #150

Open
jazzsequence opened this issue Jul 31, 2024 · 0 comments

Comments

@jazzsequence
Copy link
Contributor

The check commits action in the ci.yml (see e.g. https://github.com/pantheon-systems/wordpress-composer-managed/actions/runs/10187746519/job/28182473202#step:6:47) checks all commits in a PR to see if they contain changes to "release" and "non-release" files, but this logic should additionally be applied to commits themselves contain changes to "release"/"non-release" files. If a mix is found within a commit, a comment should be posted to the PR alerting the team to not use squash merge on the PR or to split out the release/non-release changes.

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

No branches or pull requests

1 participant