Skip to content

chore(deps): bump @objectql/core from 3.0.1 to 4.0.1 #372

chore(deps): bump @objectql/core from 3.0.1 to 4.0.1

chore(deps): bump @objectql/core from 3.0.1 to 4.0.1 #372

Workflow file for this run

name: "PR Auto Label"
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Label based on changed files
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml