Skip to content

#7 と #60 の実装について意見を伺いたい #62

#7 と #60 の実装について意見を伺いたい

#7 と #60 の実装について意見を伺いたい #62

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: enhancement,bug,ci/test,documentation,duplicate,good first issue,help wanted,invalid,question,wontfix
repo_token: ${{ secrets.GITHUB_TOKEN }}