This commit is contained in:
Yuta Azumi
2020-10-17 20:09:18 +09:00
parent 68f793f69e
commit 072675896a
2 changed files with 2 additions and 5 deletions

View File

@ -1,9 +1,7 @@
name: Labeler for japanese-translation name: Labeler for japanese-translation
on: on:
pull_request: pull_request
# branches:
# - japanese-translation
jobs: jobs:
label: label:
@ -11,5 +9,4 @@ jobs:
steps: steps:
- uses: actions/labeler@v2 - uses: actions/labeler@v2
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/label.yml"