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

Enforce the use of semver tags on PRs #5

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jcouball
Copy link
Member

This pull request adds a new workflow that enforces the use of semver tags on pull requests.

The workflow runs on the main branch and triggers on various events such as PR opening, synchronization, reopening, labeling, and unlabling.

The workflow uses the semver_pr_label_check action.

This addition ensures that all PRs follow the semver tagging convention, improving the consistency and clarity of versioning in the project.

@jcouball jcouball added the internal-change The PR includes changes that are NOT user-facing and will NOT require a release label Sep 12, 2024
Copy link

codeclimate bot commented Sep 12, 2024

Code Climate has analyzed commit 9d4636f and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@jcouball jcouball merged commit cb454b8 into main Sep 12, 2024
9 checks passed
@jcouball jcouball deleted the integrate_semver_pr_label_check branch September 12, 2024 00:17
@jcouball jcouball mentioned this pull request Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-change The PR includes changes that are NOT user-facing and will NOT require a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant