chore(deps): bump ExodusMovement/lerna-release-action from f7bb33dbbd7a57206eea2fcb79d7fcc2a61bcbb9 to 0e69797f772c12962c090c1aec967e5b277146fc #89
Workflow file for this run
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: Version dispatch | |
on: | |
pull_request: | |
types: | |
- closed | |
jobs: | |
invoke-versioning: | |
if: contains(github.event.pull_request.labels.*.name , 'publish-on-merge') == false && contains(github.event.pull_request.labels.*.name , 'skip-release') == false | |
name: Invoke version workflow | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ExodusMovement/lerna-release-action/version-dispatch@0e69797f772c12962c090c1aec967e5b277146fc | |
with: | |
version-workflow-id: version.yaml | |
github-token: ${{ secrets.GH_AUTOMATION_PAT }} | |
exclude-commit-types: chore,docs,test,ci |