Skip to content

chore: bump version to 3.0.0 #130

chore: bump version to 3.0.0

chore: bump version to 3.0.0 #130

Workflow file for this run

name: Labeler
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR by changed files
runs-on: ubuntu-latest
steps:
- name: Apply labels
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml
sync-labels: true