Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaspadilha committed Jan 26, 2024
1 parent 60dd6d7 commit abf0f25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:
multiple: true
options:
- Local cluster
- Remote (ASK) cluster
- Remote (AKS) cluster
validations:
required: false

Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ body:
- FarmVibes.AI setup
- Notebook
- Workflow
- Local cluster
- Remote (AKS) cluster
validations:
required: false

Expand Down
8 changes: 6 additions & 2 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -30,4 +30,8 @@ policy:
- name: 'notebooks'
keys: ['Notebook']
- name: 'workflows'
keys: ['Workflow']
keys: ['Workflow']
- name: 'local cluster'
keys: ['Local cluster']
- name: 'remote cluster'
keys: ['Remote (AKS) cluster']

0 comments on commit abf0f25

Please sign in to comment.