mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-13 05:15:17 +00:00
Add labeler configuration for localization
This commit is contained in:
parent
a919b9c0af
commit
f233ee6754
4
.github/labeler.yml
vendored
Normal file
4
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Add 'AnyChange' label to any changes within the entire repository
|
||||
Localization:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'src/locales/**/*'
|
12
.github/workflows/label-manager.yml
vendored
Normal file
12
.github/workflows/label-manager.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: "Pull Request Label Manager"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
Loading…
x
Reference in New Issue
Block a user