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

feat(validation): add option to exclude a list of commits by sha #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jstmlr
Copy link
Collaborator

@jstmlr jstmlr commented Jun 21, 2023

This adds a new configuration option, excluded-commits, which allows the user to provide a list of commits (full SHA1; 40 characters) that will be skipped during validation runs.

This is useful for instance when having to merge branches from other, less strictly checked repo's.

@github-actions github-actions bot added bump:minor Pull Requests that update the Minor SemVer version after merging initial development labels Jun 21, 2023
This adds a new configuration option, `excluded-commits`, which allows
the user to provide a list of commits (full SHA1; 40 characters) that
will be skipped during validation runs.

This is useful for instance when having to merge branches from other,
less strictly checked repo's.
@jstmlr
Copy link
Collaborator Author

jstmlr commented Jun 22, 2023

Pushed rebase to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump:minor Pull Requests that update the Minor SemVer version after merging initial development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants