brenwell/Validate Notion Task

Ensure branch names and/or PR titles include a valid Notion task ID.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 4, 2025
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: brenwell/validate-notion-task@2e56503453e53c6298933ef606f1918a26cae78f # v0.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
notion_tokenYour Notion integration tokenyes
prefixTicket prefix (e.g. AWT)yes
property_nameNotion database property name for the numeric IDyes
database_idNotion database IDyes
scopeWhich fields to validate: - `branch` → only check the branch name - `pr_title` → only check the PR title - `both` (default) → check both and ensure they match noboth

no outputs