Skip to content

feat(pr-validate): allow rfc as a conventional-commit type#27

Merged
AndriiTsok merged 1 commit intomainfrom
feat/pr-validate-add-rfc
Apr 19, 2026
Merged

feat(pr-validate): allow rfc as a conventional-commit type#27
AndriiTsok merged 1 commit intomainfrom
feat/pr-validate-add-rfc

Conversation

@AndriiTsok
Copy link
Copy Markdown
Contributor

Adds rfc to the default type allowlist so consumers can open PRs titled rfc: ... without needing to pass it via custom_types. MCPG is actively shipping RFCs (e.g. mcpg-dev/source-code PR #25 was blocked by this).

Consumers (e.g. mcpg-dev/source-code) open RFC PRs titled `rfc:
...` — those were failing the amannn/action-semantic-pull-request
check because `rfc` wasn't in the type allowlist. Adding it keeps
RFC PRs consistent with the existing type namespace (feat, fix,
docs, …) without needing every consumer to opt in via custom_types.
@AndriiTsok AndriiTsok merged commit 03ac592 into main Apr 19, 2026
6 checks passed
@AndriiTsok AndriiTsok deleted the feat/pr-validate-add-rfc branch April 19, 2026 03:28
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.

1 participant