Skip to content

chore(deps-dev): bump @devpow112/babel-config from 1.2.8 to 1.2.10 in the babel group #1340

chore(deps-dev): bump @devpow112/babel-config from 1.2.8 to 1.2.10 in the babel group

chore(deps-dev): bump @devpow112/babel-config from 1.2.8 to 1.2.10 in the babel group #1340

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
permissions:
contents: read
concurrency:
group: pr/${{github.event.number}}
cancel-in-progress: true
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/labeler@v6.0.1