Add github actions workflow for angular

This commit is contained in:
Patrick Pacher
2024-03-29 09:50:47 +01:00
parent 4e4ad4437b
commit 29a0cdba3b
9 changed files with 131 additions and 170 deletions

View File

@@ -117,12 +117,7 @@ export const supportTypes: PageSections[] = [
includeDebugData: true,
privateTicket: true,
ghIssuePreset: "report-bug.md",
repositories: [
{ repo: 'portmaster', name: 'Portmaster Core' },
{ repo: 'portmaster-ui', name: 'User Interface' },
{ repo: 'portmaster-packaging', name: 'Packaging & Installers' },
{ repo: 'spn', name: 'SPN' },
]
repositories: []
},
{
id: "give-feedback",
@@ -140,12 +135,7 @@ export const supportTypes: PageSections[] = [
includeDebugData: false,
privateTicket: true,
ghIssuePreset: "suggest-feature.md",
repositories: [
{ repo: 'portmaster', name: 'Portmaster Core' },
{ repo: 'portmaster-ui', name: 'User Interface' },
{ repo: 'portmaster-packaging', name: 'Packaging & Installers' },
{ repo: 'spn', name: 'SPN' },
]
repositories: []
},
{
id: "compatibility-report",