chore(deps): bump ExodusMovement/lerna-release-action from 931392d04a637dccb561398add594a6cf61255b8 to fba4c3a31f68f4e8d77ccab25be2e01b9bab4dcd #42
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@fba4c3a31f68f4e8d77ccab25be2e01b9bab4dcd | |
with: | |
version-workflow-id: version.yaml | |
github-token: ${{ secrets.GH_AUTOMATION_PAT }} | |
exclude-commit-types: chore,docs,test,ci |