Skip to content

Releases: rematocorp/trello-integration-action

v9.8.3

28 Oct 07:39
Compare
Choose a tag to compare

Bug fixes

  • Avoid failing the job when the unrelated member is already removed from the Trello card

v9.8.2

26 Oct 11:24
Compare
Choose a tag to compare

Bug fixes

  • Avoid failing the job when the PR member is already assigned to the Trello card

v9.8.1

25 Oct 10:51
Compare
Choose a tag to compare

Bug fixes

  • Avoid failing the job when the card has already been moved

v9.8.0

23 Oct 08:25
Compare
Choose a tag to compare

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/') ... }}

v9.7.0

24 Sep 11:49
Compare
Choose a tag to compare

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

18 Sep 12:12
42d11af
Compare
Choose a tag to compare

Bug fixes

  • Fix a case where a label is added just after the same label was added manually on Trello side

v9.6.5

17 Sep 11:49
2b77f10
Compare
Choose a tag to compare

Bug fixes

  • Avoid crashing when trying to find non-existent Trello member with GitHub username

v9.6.4

11 Aug 08:23
Compare
Choose a tag to compare

Bug fixes

  • Re-enabled smarter getCardIdsFromBranchName by querying card actions with a separate Trello API call.

v9.6.3

11 Aug 07:00
c5a2ae9
Compare
Choose a tag to compare

v9.6.2

26 Jul 19:27
Compare
Choose a tag to compare

Bug fixes

  • Improve finding a correct card based on the branch name when dealing with multi-board orgs