Feel expression from output data doesn't work on Message Correlation key #313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Issue | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
createReleaseIssue: | |
runs-on: ubuntu-latest | |
steps: | |
- if: contains(github.event.issue.labels.*.name, 'release') | |
name: Create new Release Issue | |
uses: bpmn-io/actions/release-issue@latest | |
with: | |
template-path: 'docs/.project/RELEASE_TEMPLATE.md' | |
package-path: 'app/package.json' |