Skip to content

Commit

Permalink
trying to fix the file labeler???
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Dec 7, 2023
1 parent 5ee4ece commit 4958766
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/file_labeler.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
Administration:
- code/modules/admin/**/*
- changed-files:
- all-globs-to-any-file: code/modules/admin/**/*

Config Update:
- config/**/*
- changed-files:
- all-globs-to-any-file: config/**/*

GitHub:
- .github/**/*
- changed-files:
- all-globs-to-any-file: .github/**/*

mapping:
- _maps/**/*
- changed-files:
- all-globs-to-any-file: _maps/**/*

sound:
- sound/**/*
- changed-files:
- all-globs-to-any-file: sound/**/*

sprites:
- icons/**/*.dmi
- changed-files:
- all-globs-to-any-file: icons/**/*.dmi

sql:
- SQL/**/*.sql
- changed-files:
- all-globs-to-any-file: SQL/**/*.sql

tools:
- tools/**/*
- changed-files:
- all-globs-to-any-file: tools/**/*

TGUI-Changes:
- tgui/**/*
- changed-files:
- all-globs-to-any-file: tgui/**/*

0 comments on commit 4958766

Please sign in to comment.