Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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
@jstmlr jstmlr force-pushed the feat/exclude-commits branch from ab3bf21 to 5e4e694 Compare June 21, 2023 15:49
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 jstmlr force-pushed the feat/exclude-commits branch from 5e4e694 to 44cb577 Compare June 22, 2023 09:06
@jstmlr
Copy link
Collaborator Author

jstmlr commented Jun 22, 2023

Pushed rebase to master.

# for free to join this conversation on GitHub. Already have an account? # 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