chore(deps-dev): bump core-js from 3.48.0 to 3.49.0 #17485
Workflow file for this run
This file contains hidden or 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 | |
| runs-on: ubuntu-latest | |
| steps: | |
| # The settings for this action are in `.github/labeler.yml`. | |
| # See https://github.com/srvaroa/labeler. | |
| - uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 | |
| env: | |
| GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}} |