Releases: rematocorp/trello-integration-action
Releases · rematocorp/trello-integration-action
v9.8.3
Bug fixes
- Avoid failing the job when the unrelated member is already removed from the Trello card
v9.8.2
Bug fixes
- Avoid failing the job when the PR member is already assigned to the Trello card
v9.8.1
Bug fixes
- Avoid failing the job when the card has already been moved
v9.8.0
New features
- Add
github-create-new-card-on-merge
option which creates a new Trello card from PR details if no card is linked and the PR is merged.- Remato uses it like this:
github-create-new-card-on-merge: ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release/') && !startsWith(github.head_ref, 'dependabot/') ... }}
- Remato uses it like this:
v9.7.0
New features
- Improve logs output format with
startGroup
- Create new card faster with
/new-trello-card
PR body text to avoid creating two new Trello cards when action is triggered multiple times in close timeframe
v9.6.6
Bug fixes
- Fix a case where a label is added just after the same label was added manually on Trello side
v9.6.5
Bug fixes
- Avoid crashing when trying to find non-existent Trello member with GitHub username
v9.6.4
Bug fixes
- Re-enabled smarter
getCardIdsFromBranchName
by querying card actions with a separate Trello API call.
v9.6.3
Bug fixes
- Fixes #121
v9.6.2
Bug fixes
- Improve finding a correct card based on the branch name when dealing with multi-board orgs