Skip to content

Commit

Permalink
[boring] Github labeler changes (#17709)
Browse files Browse the repository at this point in the history
* changes

* ruins and shutles
  • Loading branch information
patpol4 authored Feb 4, 2023
1 parent 2456fb7 commit c0a76f1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,26 @@ DME Edit:
- './*.dme'
- '**/*.dme'

# Any .dmi changes
# Changes to a .dmi or anything in the icons folder
Sprites:
- '**/*.dmi'
- 'icons/*.dmi'

# Javascript changes
Javascript:
- '**/*.js'

# Changes to a .dmm
Map Change:
# Changes to a .dmm or anything in the _maps folder or any of the map definitions
Mapping:
- '**/*.dmm'
- '_maps/**'
- 'code/datums/ruins/**'
- 'code/datums/shuttles.dm'

# Any changes to .ogg files are marked as sound
# Changes to a .ogg or anything in the sound folder
Sound:
- '**/*.ogg'
- 'sound/**'

# Changes to the SQL subfolder
SQL:
Expand Down

0 comments on commit c0a76f1

Please sign in to comment.