From 855145804b0e085f5429aaffdbae05b124e955e8 Mon Sep 17 00:00:00 2001 From: Zakaria Mansouri Date: Fri, 9 Oct 2020 00:21:40 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20added=20labeler=20action=20to=20?= =?UTF-8?q?automatically=20label=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..ce48fb3 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,27 @@ +# Add 'data' to any changes within '_data' folder or any subfolders +data: + - _data/**/* + +# Add 'schemas' to any changes within '_schemas' folder or any subfolders +schemas: + - _schemas/**/* + +# Add 'csharp' to any changes within 'csharp' folder or any subfolders +csharp: + - csharp/**/* + +# Add 'java' to any changes within 'java' folder or any subfolders +java: + - java/**/* + +# Add 'javascript' to any changes within 'javascript' folder or any subfolders +javascript: + - javascript/**/* + +# Add 'php' to any changes within 'php' folder or any subfolders +php: + - php/**/* + +# Add 'python' to any changes within 'python' folder or any subfolders +python: + - python/**/*