We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7968f6c commit 2c959d1Copy full SHA for 2c959d1
.github/labeler.yml
@@ -1,4 +1,4 @@
1
-needs_fr:
2
- - '**' # index.php | src/main.php
3
- - '.*' # .gitignore
4
- - '.*/**' # .github/workflows/label.yml
+"Review required":
+ - '**' # For files like `README.md` or `public/index.html`
+ - '.*' # For files like `.gitignore`
+ - '.*/**' # For files like `.github/workflows/node_build.yml`
0 commit comments