chore(deps): update dependency turbo to v2.4.2 #1368
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: Check PR Labels | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
permissions: | |
pull-requests: write | |
jobs: | |
check-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jesusvasquez333/[email protected] | |
with: | |
github-token: '${{ secrets.GITHUB_TOKEN }}' | |
valid-labels: 'bug :bug:, build :building_construction:, codegen - breaking changes :warning:, codegen - improvement :vulcan_salute:, codegen - feature :genie_woman:, dependencies, devDependencies, documentation :writing_hand:, tests :microscope:, refactoring :art:, runtime - improvement :running_man:' | |
pull-request-number: '${{ github.event.pull_request.number }}' | |
disable-reviews: true # use status |