From abf0f258117bdffa540ec3fa1cf55b7378ce1459 Mon Sep 17 00:00:00 2001 From: Rafael Padilha Date: Fri, 26 Jan 2024 19:54:13 +0000 Subject: [PATCH] Fixing typos --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/info.yml | 2 ++ .github/advanced-issue-labeler.yml | 8 ++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 411b50cc..3d932d88 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -27,7 +27,7 @@ body: multiple: true options: - Local cluster - - Remote (ASK) cluster + - Remote (AKS) cluster validations: required: false diff --git a/.github/ISSUE_TEMPLATE/info.yml b/.github/ISSUE_TEMPLATE/info.yml index 5e3e2646..076e33b8 100644 --- a/.github/ISSUE_TEMPLATE/info.yml +++ b/.github/ISSUE_TEMPLATE/info.yml @@ -19,6 +19,8 @@ body: - FarmVibes.AI setup - Notebook - Workflow + - Local cluster + - Remote (AKS) cluster validations: required: false diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index 79cfd95e..151fa1d2 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -17,7 +17,7 @@ policy: - name: 'local cluster' keys: ['Local cluster'] - name: 'remote cluster' - keys: ['Remote (ASK) cluster'] + keys: ['Remote (AKS) cluster'] - id: [info-topic] block-list: ['General question'] label: @@ -30,4 +30,8 @@ policy: - name: 'notebooks' keys: ['Notebook'] - name: 'workflows' - keys: ['Workflow'] \ No newline at end of file + keys: ['Workflow'] + - name: 'local cluster' + keys: ['Local cluster'] + - name: 'remote cluster' + keys: ['Remote (AKS) cluster'] \ No newline at end of file