From ab5b5895218c6c07487a1146b657dc107b8564b1 Mon Sep 17 00:00:00 2001 From: Milo <104236864+WindowsMeosu@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:52:33 +0200 Subject: [PATCH] update labeler workflow --- .github/labeler.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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