ci: add PR requirements check (AbsaOSS/check-pr-requirements)#12
Merged
Conversation
Validate PR hygiene on every pull request to master: conventional title, description (min length), issue reference, branch name, size, and target branch. The action is SHA-pinned to v0.2.0 (Dependabot manages bumps). Uses branch-pattern (v0.2.0 has no branch-prefixes input); the pattern allows this repo's prefixes plus dependabot's multi-segment branch names. Closes #8 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #8.
Adds
.github/workflows/pr-requirements.yml— validates PR hygiene on every pull request tomasterusingAbsaOSS/check-pr-requirements, SHA-pinned to v0.2.0 (adb22f6; Dependabot manages bumps).Enabled checks
feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert)^(feature|bugfix|hotfix|release|support|chore|docs|ci|test|dependabot)/…$masterRelease-notes and label checks are off (no such convention yet).
Notes
branch-prefixesinput (the issue's draft assumed a newer interface), so abranch-patternregex is used. The char class permits dependabot's multi-segment branches (e.g.dependabot/npm_and_yarn/…).ci/pr-requirements) and title pass the config.contents: read+pull-requests: readonly.Closes #8
🤖 Generated with Claude Code