Skip to content

Commit

Permalink
config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
efzapa committed Jul 1, 2024
1 parent bd0834f commit f78e455
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@
# In the event that people are to be informed of changes
# to the same file or dir, add them to the end of under Multiple Owners

/icons @Takyon69
/code/modules/jobs/job_types @ChungusGamer666
/code/modules/mob/living/carbon/human @ChungusGamer666
/code/modules/mob/living/carbon/spirit @NGGJamie
/code/modules/underworld @NGGJamie
26 changes: 21 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
Spriting:
- changed-files:
- any-glob-to-any-file: icons/**
- any-glob-to-any-file: '**/*.dmi'

Mapping:
- changed-files:
- any-glob-to-any-file: _maps/**

documentation:
Config:
- changed-files:
- any-glob-to-any-file:
- .github/**
- README.md**
- config/**

Balance:
Audio:
- changed-files:
- any-glob-to-any-file:
- code/modules/jobs/job_types/roguetown/**
- any-glob-to-any-file: '**/*.ogg'

TGUI:
- changed-files:
- any-glob-to-any-file: '**/*.tgui'

Python:
- changed-files:
- any-glob-to-any-file: '**/*.py'

Javascript:
- changed-files:
- any-glob-to-any-file: '**/*.java'

SQL:
- changed-files:
- any-glob-to-any-file: '**/*.sql'
15 changes: 0 additions & 15 deletions .github/workflows/label_merge_conflicts.yml

This file was deleted.

0 comments on commit f78e455

Please sign in to comment.