Skip to content

ci: Auto Labeler の基準をパッケージタイプに (#1089) #11

ci: Auto Labeler の基準をパッケージタイプに (#1089)

ci: Auto Labeler の基準をパッケージタイプに (#1089) #11

# .github/labels.yml で定義されたラベルを同期します
name: Label sync
on:
push:
branches:
- main
paths:
- '.github/labels.yml'
workflow_dispatch:
jobs:
label-sync:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}