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: