Merge pull request #119 from YukiOta/add-labeler-for-japanese-trans

add auto labeler
This commit is contained in:
Yuta Azumi
2020-10-17 21:49:15 +09:00
committed by GitHub
2 changed files with 15 additions and 0 deletions

2
.github/labeler.yml vendored Normal file
View File

@ -0,0 +1,2 @@
japanese-translation:
- "**"

13
.github/workflows/labeler.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: 'Labeler for japanese-translation'
on:
pull_request:
branches:
- japanese-translation
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"