diff --git a/.github/labeler.yml b/.github/labeler.yml index 5711840..140fc41 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ -needs_fr: - - '**' # index.php | src/main.php - - '.*' # .gitignore - - '.*/**' # .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`