Skip to content

総会文書を書きました[1回生総括] #124

総会文書を書きました[1回生総括]

総会文書を書きました[1回生総括] #124

Workflow file for this run

name: labeler
on:
pull_request:
branches:
- master
- develop
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"