brenwell/Validate Notion Task
Ensure branch names and/or PR titles include a valid Notion task ID.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 4, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: brenwell/validate-notion-task@2e56503453e53c6298933ef606f1918a26cae78f # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_token | Your Notion integration token | yes | — |
| prefix | Ticket prefix (e.g. AWT) | yes | — |
| property_name | Notion database property name for the numeric ID | yes | — |
| database_id | Notion database ID | yes | — |
| scope | Which fields to validate: - `branch` → only check the branch name - `pr_title` → only check the PR title - `both` (default) → check both and ensure they match | no | both |
Outputs
no outputs