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

Allow bypassing version check if we only update devdependancies #23

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

TeddiO
Copy link
Owner

@TeddiO TeddiO commented Jun 13, 2024

Generally speaking if we're only updating devdependancies, it usually doesn't require testing or a version bump as the final output won't include those packages / blobs anyhow.

It also makes it a pain trying to "snipe" the PR when recreating it, so the aim is that in this scenario, we'll allow it to pass in the PR so we can get the changes merged, but we won't allow it to complete in main as we don't want to release a new version.

@TeddiO TeddiO self-assigned this Jun 13, 2024
@TeddiO TeddiO added the version-bypass Allows disabling the version-bypass check on a PR. Should only be used sparingly. label Jun 13, 2024
@TeddiO TeddiO merged commit 337b82d into main Jun 13, 2024
1 check passed
@TeddiO TeddiO deleted the reduce-workflow-barriers branch June 13, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version-bypass Allows disabling the version-bypass check on a PR. Should only be used sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant