Skip to content
Compare
Choose a tag to compare
@ukupat ukupat released this 23 Oct 08:25
· 35 commits to main since this release

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