Skip to content

Commit

Permalink
Modify Labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
offensive-vk authored Aug 31, 2024
1 parent 4da35a6 commit 16a3ee4
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,33 @@ algorithm:
asm:
- '**/*.asm'

c:
- C/*
- '**/*.c'

c++:
- C++/*
c/c++:
- 'C++/*'
- '**/*.cpp'
- '**/*.hpp'
- '**/*.c++'
- '**/*.cxx'
- '**/*.ixx'
- 'C/*'
- '**/*.c'
- '**/*.h'

ci/cd:
- '*.yml'
- .github/workflows/*.yml
- '*.yaml'
- '.github/workflows/*.yml'

documentation:
- '**/*.md'
- .github/*

docs:
- '**/*.md'
- '.github/*.md'

shell:
- '**/*.sh'
- Bash/*
- 'Bash/*'

pr_template:
- .github/PULL_REQUEST_TEMPLATE.md
- .github/pr-bot-template.md
- '.github/PULL_REQUEST_TEMPLATE.md'
- '.github/PR_BOT_TEMPLATE.md'

unknown:
- '**/*.py'
Expand All @@ -41,6 +39,9 @@ unknown:
- '**/*.js'
- '**/*.ts'
- '**/*.rs'

dotfiles:
- 'CODEOWNERS'
- '.gitignore'
- '.gitattributes'
- 'LICENSE'
- 'LICENSE'

0 comments on commit 16a3ee4

Please sign in to comment.