CI: add missing core files to "affects: core" labelling (#2824)

* add missing files

* Change to wildcard
This commit is contained in:
Silvris 2024-02-21 02:51:22 -06:00 committed by GitHub
parent 17c73916b7
commit ffdcb91a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.github/labeler.yml vendored
View File

@ -27,4 +27,5 @@
- '!WebHostLib/**'
- any-glob-to-any-file: # exceptions to the above rules of "stuff that isn't core"
- 'worlds/generic/**/*.py'
- 'worlds/*.py'
- 'CommonClient.py'