Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpeapsUnterstrichHD committed Sep 4, 2024
1 parent 65865b6 commit d24e2e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,32 @@
# in pull requests. Adjust the paths and labels according to your project needs.

# Apply labels based on the directories/files changed
labels:
rust:
- name: rust
paths:
- 'src/**'
- 'Cargo.toml'
- 'Cargo.lock'

tests:
- name: tests
paths:
- 'tests/**'

- name: docs
documentation:
- name: documentation
paths:
- 'docs/**'
- '*.md'

config:
- name: config
paths:
- 'Cargo.toml'
- 'Cargo.lock'
- '.github/**'

build:
- name: build
paths:
- 'build/**'
Expand Down

0 comments on commit d24e2e3

Please sign in to comment.