Skip to content

自分用のテキストファイルを追加しました #2068

自分用のテキストファイルを追加しました

自分用のテキストファイルを追加しました #2068

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"