chore(deps): bump ExodusMovement/lerna-release-action from 5bc3d09d8259df70e96766ae300b8d33aa0eb08d to 931392d04a637dccb561398add594a6cf61255b8 #215
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: Label | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
label: | |
name: PR | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Package Names | |
uses: ExodusMovement/lerna-package-name-action@8ab1e30ccb854ba24499b15ec0b7def7c9c12bf2 | |
with: | |
github-token: '${{ secrets.GITHUB_TOKEN }}' | |
- name: Categories | |
uses: actions/labeler@v4 |