Releases: rematocorp/trello-integration-action
v8.2.0
Introduce /new-trello-card
command that you can use in our PR description to create a brand new Trello card based on PR title and description (it also moves the card to the right list after creation + it replaces /new-trello-card
with card URL in the PR description).
v8.1.1
Fix a bug when the action can't find a Trello member using GitHub username.
v8.1.0
Support multiple boards via trello-list-id-pr-open/draft/closed
options that can now take in multiple lists separated by ;
(for example: list-id-1;list-id-2;list-id-3
). The action will move the card to a list that exists on the board where the card is currently located.
Resolves #68
v8.0.5
Converted to TypeScript and introduced unit tests.
v8.0.4
Fix github-users-to-trello-users
example in action.yml
v8.0.3
Go back to yellow branding
v8.0.2
Change branding icon
v8.0.1
Improve action meta info
v8.0.0
Breaking change
Renamed trello-card-in-branch-name
to github-include-pr-branch-name
for consistency with the new setting
New feature
Introduced github-include-pr-comments
that allows you to turn off searching Trello cards from Github comments. Kudos to @erikagaffney!