dimvic/Trello integration
Trello integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used to update PR description and add labels. Can be passed in using {{ secrets.GH_TOKEN }} (automatically added by GitHb) | yes | — |
| trello-api-key | Trello app API key. https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/ | yes | — |
| trello-token | API Token used to access the Trello REST API. Must have access to selected Trello board. | yes | — |
| trello-board-id | Trello board ID. | yes | — |
| pr-enforce-card-exists | Whether to enforce Trello card code existence in PR title. | no | true |
| pr-update-title | Whether to update PR title with Trello card title. | no | true |
| pr-update-description | Whether to update PR body to include Trello card description. | no | true |
| pr-card-code-regexp | Regexp used to match Trello card code in PR title. | no | ^\[(\w+)\] |
| pr-skip-base-ref-regexp | Skip checks for PRs with a base ref matching this regexp (target ref: ie "^deploy/"). | no | "" |
| pr-skip-head-ref-regexp | Skip checks for PRs with a head ref matching this regexp (source ref: ie "^main$", "^hotfix/", "^(main|hotfix/.*)$"). | no | "" |
| pr-skip-user-regexp | Skip checks when PR user matches this regexp (ie "^dimvic$"). | no | "" |
Outputs
no outputs