We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc34d4 commit b205696Copy full SHA for b205696
.github/labeler.yml
@@ -0,0 +1,3 @@
1
+needs translations:
2
+- changed-files:
3
+ - any-glob-to-any-file: ['**/intl/*.json']
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+- pull_request_target
4
+
5
+jobs:
6
+ labeler:
7
+ permissions:
8
+ contents: read
9
+ pull-requests: write
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/labeler@v5
0 commit comments