chore(deps-dev): bump @devpow112/babel-config from 1.2.5 to 1.2.7 in the babel group #931
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: Pull Request | |
| on: | |
| pull_request: | |
| branches: main | |
| permissions: | |
| contents: read | |
| jobs: | |
| ci: | |
| name: CI | |
| permissions: | |
| contents: read | |
| security-events: write | |
| uses: ./.github/workflows/ci.yml | |
| label: | |
| name: Label | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| timeout-minutes: 5 | |
| steps: | |
| - name: Apply labels | |
| uses: actions/[email protected] |