diff --git a/.github/labeler.yml b/.github/labeler.yml index a480be8..7c4b9b3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,14 @@ # Add 'repo' label to any non-docs file changes repo: - '*' +- _plugins/**/* +- .github/**/* +# if the changes happen in the 'docs' directory docs: - docs/**/* +# if changes happen to workflows +workflow; +- .github/workflows/* +# if changes are api related +API: +- docs/api/* \ No newline at end of file