Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Label PRs that modify documentation files
documentation:
- "docs/**"
- "**/*.md"

# Label PRs that modify test files
tests:
- "tests/**"

# Label PRs that modify core functionality
core:
- "roomer/**"
- "captcha/**"

# Label PRs that modify GitHub Actions workflows
ci:
- ".github/workflows/**"

# Label PRs that modify configuration files
config:
- "**/*.yml"
- "**/*.yaml"
- "**/*.yaml"
- ".github/**/*.yml"
- ".github/**/*.yaml"
Loading