Skip to content

Commit

Permalink
CI: disable sync-labels, fix labels for labeller action
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 20, 2023
1 parent 47b59c3 commit 9a0637e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
api:
- any:
- "api/**/*.rs"
- "api/**/*.toml"
- "components/**/*.rs"
- "components/**/*.toml"
- "api/**"
- "components/**"

pre-built bindings:
- any:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/labeler@v4
with:
dot: false
sync-labels: true
sync-labels: false

0 comments on commit 9a0637e

Please sign in to comment.