Skip to content

Releases: rematocorp/trello-integration-action

v9.6.1

26 Jul 19:05
1b00995
Compare
Choose a tag to compare

Bug fixes

  • Removes reviewers after PR is approved/merged even when trello-remove-unrelated-members is false

v9.6.0

16 Jul 21:14
Compare
Choose a tag to compare

New features

  • New flag trello-add-members-to-cards which you can set to false when you are not interested in automatic members management.
  • New flag trello-switch-members-in-review which you can use to assign PR reviewers as only card members when the PR is in review.

v9.5.2

04 Jul 20:41
Compare
Choose a tag to compare

Avoid taking pending reviews into account when deciding review state.

v9.5.0

04 Jul 20:08
Compare
Choose a tag to compare

Introduce two new list options:

  • trello-list-id-pr-changes-requested - moves cards to this list when at least review requests changes
  • trello-list-id-pr-approved - moves cards to this list when at least one approve is given to the open PR

Resolves #112 feature request. Kudos to @Crembotz for the idea!

v9.4.2

09 Jun 21:26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.