Skip to content

Commit

Permalink
chore: add PR labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Sep 2, 2023
1 parent c3cd23f commit 4078578
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
plugin:
- "source/_data/plugins/**"
theme:
- "source/_data/themes/**"
docs:
- "source/docs/**"
- "source/*/docs/**"
api:
- "source/api/**"
- "source/*/api/**"
ko:
- "source/ko/**"
pt-br:
- "source/pt-br/**"
ru:
- "source/ru/**"
th:
- "source/th/**"
zh:
- "source/zh-cn/**"
- "source/zh-tw/**"
site-theme:
- "/themes/**"
site-script:
- "/scripts/**"
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "PR Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write

runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v4

0 comments on commit 4078578

Please sign in to comment.