Skip to content

fix: Bump the app-core group with 3 updates #801

fix: Bump the app-core group with 3 updates

fix: Bump the app-core group with 3 updates #801

Workflow file for this run

# ------------------------------------------------------------
# Workflow Name : Labeler
# Trigger : pull_request_target (opened/synchronize/edited/reopened)
# Purpose :
# - 変更パス/ブランチ名に応じた自動ラベル付与
# - 設定は .github/labeler.yml を使用
# ------------------------------------------------------------
name: Labeler
on:
pull_request_target:
types:
- opened
- synchronize
- edited
- reopened
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true