Releases: rematocorp/trello-integration-action
v9.6.1
Bug fixes
- Removes reviewers after PR is approved/merged even when
trello-remove-unrelated-members
isfalse
v9.6.0
New features
- New flag
trello-add-members-to-cards
which you can set tofalse
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
Avoid taking pending reviews into account when deciding review state.
v9.5.0
Introduce two new list options:
trello-list-id-pr-changes-requested
- moves cards to this list when at least review requests changestrello-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
Fail the action when Trello API request fails (e.g., wrong list ID)
v9.4.1
Fix infinite PR commenting when github-include-pr-branch-name
or github-include-new-card-command
are used.
v9.4.0
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
Added "Closes" prefix to PR body update when using github-include-new-card-command
and github-require-keyword-prefix
.
v9.3.1
Added "Closes" prefix to automatic comments when using github-include-pr-branch-name
and github-require-keyword-prefix
.
v9.3.0
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.