Add labeler configuration for localization
This commit is contained in:
parent
a919b9c0af
commit
f233ee6754
|
@ -0,0 +1,4 @@
|
||||||
|
# Add 'AnyChange' label to any changes within the entire repository
|
||||||
|
Localization:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'src/locales/**/*'
|
|
@ -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…
Reference in New Issue