actions-marketplace-validations/github-commit-to-trello-card-fork
GitHub Action to attach GitHub commits and pull requests to a Trello card
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| trello-api-key | Trello API key, visit https://trello.com/app-key for key | yes | — |
| trello-auth-token | Trello auth token, visit https://trello.com/app-key then click generate a token | yes | — |
| trello-board-id | Trello board ID, visit a board then append .json to url to find id | yes | — |
| trello-card-action | Trello card action, either "Comment" or "Attachment" | yes | — |
| trello-list-name-commit | Trello list name for new commit, for example "Doing", "In Progress", etc | yes | — |
| trello-list-name-pr-open | Trello list name for open pull request, for example "Reviewing", "In Review", etc | no | — |
| trello-list-name-pr-closed | Trello list name for closed pull request, for example "Testing", "Done", etc | no | — |
| trello-card-id-pattern | Custom pattern to extract Trello card ID | no | # |
Outputs
no outputs