Skip to content
Merged
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,23 @@ site:

example:
- "example/**"


priority-high:
- "**/*.py"

priority-medium:
- "**/*.html"
- "**/*.css"
- "**/*.js"

priority-low:
- "**/*.yml"
- "**/*.json"
- "**/*.txt"
- "**/*.md"
- "**/*.rst"
# Exclude files and directories
--- IGNORE ---
- "README.md"
- ".github/**"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Thumbs.db
# Sonstiges
*.bak
*.tmp
FastCoding/backend/utils/config.py
DevTools/backend/utils/config.py
command.yaml
wiki_stats.json
checker.py
Expand Down