dimvic/Trello integration

Trello integration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenToken used to update PR description and add labels. Can be passed in using {{ secrets.GH_TOKEN }} (automatically added by GitHb)yes
trello-api-keyTrello app API key. https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/yes
trello-tokenAPI Token used to access the Trello REST API. Must have access to selected Trello board.yes
trello-board-idTrello board ID.yes
pr-enforce-card-existsWhether to enforce Trello card code existence in PR title.notrue
pr-update-titleWhether to update PR title with Trello card title.notrue
pr-update-descriptionWhether to update PR body to include Trello card description.notrue
pr-card-code-regexpRegexp used to match Trello card code in PR title.no^\[(\w+)\]
pr-skip-base-ref-regexpSkip checks for PRs with a base ref matching this regexp (target ref: ie "^deploy/").no""
pr-skip-head-ref-regexpSkip checks for PRs with a head ref matching this regexp (source ref: ie "^main$", "^hotfix/", "^(main|hotfix/.*)$").no""
pr-skip-user-regexpSkip checks when PR user matches this regexp (ie "^dimvic$").no""

no outputs