shirobrak/Action Trello Connector
Connect PR and Trello cards to improve development experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | ${{ github.token }} |
| trello_api_key | Trello API Key. | yes | "" |
| trello_api_token | Trello API Auth Token | yes | "" |
| trello_board_id | Target Trello board ID | yes | "" |
| prefix_word | prefix word to identify Trello card number | no | #tcn |
| GH_EVENT_NAME | — | no | ${{ github.event_name }} |
| GH_REPOSITORY_NAME | — | no | ${{ github.repository }} |
| GH_PR_NUM | — | no | ${{ github.event.number }} |
| GH_PR_URL | — | no | ${{ github.event.pull_request.html_url }} |
| GH_PR_TITLE | — | no | ${{ github.event.pull_request.title }} |
| GH_PR_BODY | — | no | ${{ github.event.pull_request.body }} |
| GH_PR_BRANCH_NAME | — | no | ${{ github.event.pull_request.head.ref }} |
| GH_PUSH_BRANCH_NAME | — | no | ${{ github.ref_name }} |
Outputs
no outputs