Skip to content

Commit

Permalink
Fix labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Aug 7, 2024
1 parent cc5dc0b commit 48c1004
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
rust:
- **/**/*.rs

dependencies:
- Cargo.toml
- **/Cargo.toml
- **/Cargo.lock
- isototest/Cargo.toml
- isototest/Cargo.lock
- isotoenv/Cargo.toml
- isotoenv/Cargo.lock
- isotomachine/Cargo.toml
- isotomachine/Cargo.lock
- Cargo.lock

isototest:
- isototest/*

isotomachine:
- isotomachine/*

isotoenv:
- isotoenv/*

documentation:
- docs/**
- README.md
Expand Down

0 comments on commit 48c1004

Please sign in to comment.