Skip to content

Commit

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

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

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

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

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

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

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

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

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

0 comments on commit 535b50e

Please sign in to comment.