Skip to content

Releases: rematocorp/trello-integration-action

v9.4.2

09 Jun 21:26

Choose a tag to compare

Fail the action when Trello API request fails (e.g., wrong list ID)

v9.4.1

13 May 19:23

Choose a tag to compare

Fix infinite PR commenting when github-include-pr-branch-name or github-include-new-card-command are used.

v9.4.0

13 May 04:20
bf6f0b0

Choose a tag to compare

Introduce github-include-pr-commit-messages which scans PR commit messages to find Trello card URLs and comments card URLs to the PR.

v9.3.2

07 May 16:36

Choose a tag to compare

Added "Closes" prefix to PR body update when using github-include-new-card-command and github-require-keyword-prefix.

v9.3.1

28 Apr 17:57

Choose a tag to compare

Added "Closes" prefix to automatic comments when using github-include-pr-branch-name and github-require-keyword-prefix.

v9.3.0

28 Apr 17:11

Choose a tag to compare

Introduced new option: github-enable-related-keyword-prefix

When enabled, it ignores Trello URLs prefixed with "Related". Basically it is an alternative approach when you don't want to use github-require-keyword-prefix but still want to link related cards for extra context.

v9.2.3

19 Apr 03:38

Choose a tag to compare

Improve Trello API error logging

v9.2.2

26 Mar 19:06

Choose a tag to compare

Split main.test into smaller files and improved test coverage.

v9.2.1

23 Mar 14:20

Choose a tag to compare

Fixes

  • board scope when searching Trello cards
  • commenting multiple cards referenced in the branch name

v9.2.0

22 Mar 13:41

Choose a tag to compare

Introduce github-allow-multiple-cards-in-pr-branch-name option which enables to find multiple Trello cards from branch name. For example a branch name feature/38-39-foo-bar includes two short IDs 38 and 39 which are then used to find Trello cards. We recommend to use trello-board-id along with this option to avoid system finding and moving wrong cards who happen to have same short ID (i.e. Trello short IDs are unique only for each board).