From 2d5f9aa32d8e7d46382b54e441b22080af54104b Mon Sep 17 00:00:00 2001 From: Gerald Shen <119401249+gshennvm@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:25:20 -0800 Subject: [PATCH] Geshen/cleanup_ci_configs (#52) * add docs to labeler Signed-off-by: Gerald Shen * remove codeql config Signed-off-by: Gerald Shen --------- Signed-off-by: Gerald Shen --- .github/labeler.yml | 5 ++++- .github/workflows/config/codeql.yml | 7 ------- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .github/workflows/config/codeql.yml diff --git a/.github/labeler.yml b/.github/labeler.yml index 4f335fc49..5385a369d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,5 +13,8 @@ Models: Servers: - nemo_aligner/servers/* +documentation: +- docs/** + CI: -- .github/**/* \ No newline at end of file +- .github/**/* diff --git a/.github/workflows/config/codeql.yml b/.github/workflows/config/codeql.yml deleted file mode 100644 index 027da1d2c..000000000 --- a/.github/workflows/config/codeql.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: "CodeQL config" - -paths: - - nemo_aligner/ - - tests/ - - examples/ - - .github/ \ No newline at end of file