Skip to content

Releases: rematocorp/trello-integration-action

v8.2.0

23 Dec 16:13
0aba1fb
Compare
Choose a tag to compare

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

22 Dec 10:21
Compare
Choose a tag to compare

Fix a bug when the action can't find a Trello member using GitHub username.

v8.1.0

21 Dec 21:02
Compare
Choose a tag to compare

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

21 Dec 20:00
Compare
Choose a tag to compare

Converted to TypeScript and introduced unit tests.

v8.0.4

11 Dec 07:25
Compare
Choose a tag to compare

Fix github-users-to-trello-users example in action.yml

v8.0.3

08 Dec 13:25
Compare
Choose a tag to compare
Go back to yellow branding

v8.0.2

08 Dec 13:22
Compare
Choose a tag to compare

Change branding icon

v8.0.1

08 Dec 13:17
Compare
Choose a tag to compare
Improve action meta info

v8.0.0

07 Dec 08:41
Compare
Choose a tag to compare

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!

v7.1.0

20 Oct 09:51
Compare
Choose a tag to compare

Introduce new features and options:

Kudos to @Tristan-MyAnaPro!