spiceai/Pulls with Spice Action
Ensures GitHub pull requests meet quality standards with extra flavor
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| require_description_min_length | Minimum length of the pull request description | no | 0 |
| require_title_min_length | Minimum length of the pull request title | no | 10 |
| required_labels_any | Any of these labels must be present on the pull request (comma-separated) | no | — |
| required_labels_all | All of these labels must be present on the pull request (comma-separated) | no | — |
| required_label_prefixes | Require at least one label from each prefix category (comma-separated, e.g., kind/,area/) | no | — |
| banned_labels | None of these labels should be present on the pull request (comma-separated) | no | — |
| require_assignee | Whether to require at least one assignee | no | false |
| enforce_draft | Whether to enforce non-draft pull requests | no | false |
| required_issue_types | Pull request must include one of these issue types in conventional commit format (comma-separated) | no | — |
| require_milestone | Whether to require a milestone on the pull request | no | false |
| branch_name_pattern | Regex pattern that branch names must match | no | — |
| auto_label | Enable automatic labeling based on file paths and conventional commits | no | false |
| auto_label_size | Automatically add size labels (size/xs, size/s, size/m, size/l, size/xl) based on changes | no | false |
| auto_label_type | Automatically add type labels based on conventional commit prefixes in title | no | false |
| auto_assign | Enable automatic assignment of PRs | no | false |
| auto_assign_author | Automatically assign the PR author as an assignee | no | false |
| auto_assign_users | Comma-separated list of users to automatically assign to PRs | no | — |
| custom_error_messages | JSON object with custom error messages for various checks | no | — |
| github_token | GitHub token for posting comments to PR thread | no | ${{ github.token }} |
Outputs
no outputs