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

ci: add GitHub Action workflow to validate PR title #40

Merged
merged 1 commit into from
May 24, 2024

Conversation

peterkuczera
Copy link
Member

PR titles must follow the conventional commit spec: https://www.conventionalcommits.org/en/v1.0.0/

Expect the status check for this PR to fail until this has been merged to main. This happens because the pull_request_target trigger is being used instead of pull_request, which is needed for public repos that accept PRs from forked repos. See https://github.com/amannn/action-semantic-pull-request?tab=readme-ov-file#event-triggers for more details.

PR titles must follow the conventional commit spec: https://www.conventionalcommits.org/en/v1.0.0/

Expect the status check for this PR to fail until this has been merged
to main. This happens because the `pull_request_target` trigger is
being used instead of `pull_request`, which is needed for public repos
that accept PRs from forked repos. See https://github.com/amannn/action-semantic-pull-request?tab=readme-ov-file#event-triggers
for more details.
@peterkuczera peterkuczera requested a review from moekatib as a code owner May 21, 2024 19:33
@sagojez sagojez changed the title ci: Add GitHub Action workflow to validate PR title ci: add GitHub Action workflow to validate PR title May 23, 2024
@peterkuczera peterkuczera merged commit e71ad30 into main May 24, 2024
4 checks passed
@peterkuczera peterkuczera deleted the validate-pr-title branch May 24, 2024 18:46
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

Successfully merging this pull request may close these issues.

2 participants