diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..7b26b401 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +japanese-translation: + - "**" \ No newline at end of file diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000..3ecc34c5 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -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 }}" \ No newline at end of file