chore(deps): bump andymckay/cancel-action from 0.4 to 0.5 #7199
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 PR | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
label: | |
name: Label PR based on title or changed files | |
runs-on: ubuntu-latest | |
steps: | |
# The settings for this action are in `.github/labeler.yml`. | |
# See https://github.com/srvaroa/labeler. | |
- uses: srvaroa/labeler@v1.4 | |
env: | |
GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}} |