Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github/advanced-issue-labeler.yml: Add labels for VP3200 platforms #1057

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ body:
- 'Protectli FW6'
- 'Protectli VP2410'
- 'Protectli VP2420'
- 'Protectli VP3210'
- 'Protectli VP3230'
- 'Protectli VP4630'
- 'Protectli VP4650'
- 'Protectli VP4670'
Expand Down
17 changes: 10 additions & 7 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ policy:
- name: firmware
keys: ['Dasharo firmware']

- name: DasharoToolsSuite
- name: DasharoToolsSuite
keys: ['Dasharo Tools Suite']

- name: doc
- name: doc
keys: ['Dasharo documentation']

- name: EC
Expand All @@ -21,7 +21,7 @@ policy:
- name: asus_kgpe-d16
keys: ['Asus KGPE-D16']

- name: dell_optiplex_9010
- name: dell_optiplex_9010
keys: ['Dell OptiPlex 7010', 'Dell OptiPlex 9010']

- name: 'MSI PRO Z690-A boards'
Expand All @@ -36,16 +36,16 @@ policy:
- name: novacustom_v56_mtl
keys: ['NovaCustom V56 14th Gen']

- name: novacustom_nv4x_tgl
- name: novacustom_nv4x_tgl
keys: ['NovaCustom NV4x 11th Gen']

- name: novacustom_nv4x_adl
- name: novacustom_nv4x_adl
keys: ['NovaCustom NV4x 12th Gen']

- name: novacustom_ns5x/7x_tgl
- name: novacustom_ns5x/7x_tgl
keys: ['NovaCustom NS5x 11th Gen', 'NovaCustom NS7x 11th Gen']

- name: novacustom_ns5x/7x_adl
- name: novacustom_ns5x/7x_adl
keys: ['NovaCustom NS5x 11th Gen', 'NovaCustom NS7x 12th Gen']

- name: pcengines_apu2
Expand All @@ -68,6 +68,9 @@ policy:

- name: protectli_vault_adl
keys: ['Protectli VP6630', 'Protectli VP6650', 'Protectli VP6670']

- name: protectli_vault_adln
keys: ['Protectli VP3210', 'Protectli VP3230']

- name: qemu_q35
keys: ['QEMU Q35 Emulator']
Expand Down