diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d0c119b474..8a3906db8a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @patel-bhavin @ljstella @nasbench +/response_templates/ @kbouchardherjavecgroup @ccl0utier diff --git a/.github/labeler.yml b/.github/labeler.yml index 0ec28eb6e9..d4e6ed6e79 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,29 +1,32 @@ Detections: -- changed-files: - - any-glob-to-any-file: - - detections/** + - changed-files: + - any-glob-to-any-file: + - detections/** Stories: -- changed-files: - - any-glob-to-any-file: stories/* + - changed-files: + - any-glob-to-any-file: stories/* Playbooks: -- changed-files: - - any-glob-to-any-file: playbooks/* + - changed-files: + - any-glob-to-any-file: playbooks/* Macros: -- changed-files: - - any-glob-to-any-file: macros/* + - changed-files: + - any-glob-to-any-file: macros/* Lookups: -- changed-files: - - any-glob-to-any-file: lookups/* + - changed-files: + - any-glob-to-any-file: lookups/* Datasource: -- changed-files: - - any-glob-to-any-file: data_sources/* + - changed-files: + - any-glob-to-any-file: data_sources/* Baselines: - changed-files: - - any-glob-to-any-file: baselines/* + - any-glob-to-any-file: baselines/* +Response Templates: + - changed-files: + - any-glob-to-any-file: response_templates/*