chore(deps): update nrwl monorepo 15.9.7 (major) #18907
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: Workspace Package Labeler | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize] | |
jobs: | |
label: | |
name: Label Package Pull Requests | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checkout code" | |
uses: actions/[email protected] | |
- name: Label the PR | |
uses: donmahallem/[email protected] | |
with: | |
github_secret: "${{ secrets.GITHUB_TOKEN }}" | |
prefix: "pkg" | |
- name: Label PRs | |
uses: actions/labeler@v5 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |