Skip to content

Commit

Permalink
CI: update action labeler (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Mar 4, 2024
1 parent a878584 commit 562d2c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
30 changes: 18 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
api:
- any:
- "api/**"
- "components/**"
- changed-files:
- any:
- "api/**"
- "components/**"

pre-built bindings:
- any:
- "api/gen/*"
- changed-files:
- any:
- "api/gen/*"

cargo:
- any:
- "cargo/**"
- changed-files:
- any:
- "cargo/**"

bindgen:
- any:
- "support/bindgen/**"
- changed-files:
- any:
- "support/bindgen/**"
- "support/bindgen-cfg/**"

docs:
- any:
- "**/*.md"
- "**/*.txt"
- changed-files:
- any:
- "**/*.md"
- "**/*.txt"
6 changes: 3 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v4
- uses: actions/labeler@v5.0.0
with:
dot: false
sync-labels: false
sync-labels: true
# dot: false

0 comments on commit 562d2c7

Please sign in to comment.