From 7bd9f96246cf800d29c3b40af0a7da727ac42af5 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 24 Apr 2025 17:18:49 +0200 Subject: [PATCH] LABELS.md: added area:microsite and integration:other Signed-off-by: Patrik Oldsberg --- .github/ISSUE_TEMPLATE/.common.yaml | 1 + .github/ISSUE_TEMPLATE/01_bug.yaml | 1 + .github/ISSUE_TEMPLATE/02_documentation.yaml | 1 + .github/ISSUE_TEMPLATE/03_suggestion.yaml | 1 + .github/ISSUE_TEMPLATE/04_maintenance.yaml | 1 + .github/advanced-issue-labeler.yml | 2 ++ LABELS.md | 2 ++ 7 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/.common.yaml b/.github/ISSUE_TEMPLATE/.common.yaml index 57ea212010..c870b21b94 100644 --- a/.github/ISSUE_TEMPLATE/.common.yaml +++ b/.github/ISSUE_TEMPLATE/.common.yaml @@ -42,6 +42,7 @@ body: - Events System - Home - Kubernetes Plugin + - Microsite - Notifications - OpenAPI Tooling - Permission Framework diff --git a/.github/ISSUE_TEMPLATE/01_bug.yaml b/.github/ISSUE_TEMPLATE/01_bug.yaml index e0d563afc3..5af19eecce 100644 --- a/.github/ISSUE_TEMPLATE/01_bug.yaml +++ b/.github/ISSUE_TEMPLATE/01_bug.yaml @@ -58,6 +58,7 @@ body: - Events System - Home - Kubernetes Plugin + - Microsite - Notifications - OpenAPI Tooling - Permission Framework diff --git a/.github/ISSUE_TEMPLATE/02_documentation.yaml b/.github/ISSUE_TEMPLATE/02_documentation.yaml index ad530522eb..e6ce22564d 100644 --- a/.github/ISSUE_TEMPLATE/02_documentation.yaml +++ b/.github/ISSUE_TEMPLATE/02_documentation.yaml @@ -37,6 +37,7 @@ body: - Events System - Home - Kubernetes Plugin + - Microsite - Notifications - OpenAPI Tooling - Permission Framework diff --git a/.github/ISSUE_TEMPLATE/03_suggestion.yaml b/.github/ISSUE_TEMPLATE/03_suggestion.yaml index 3178ae9fd0..d215908a8f 100644 --- a/.github/ISSUE_TEMPLATE/03_suggestion.yaml +++ b/.github/ISSUE_TEMPLATE/03_suggestion.yaml @@ -50,6 +50,7 @@ body: - Events System - Home - Kubernetes Plugin + - Microsite - Notifications - OpenAPI Tooling - Permission Framework diff --git a/.github/ISSUE_TEMPLATE/04_maintenance.yaml b/.github/ISSUE_TEMPLATE/04_maintenance.yaml index 742db7ee0f..eae7d27179 100644 --- a/.github/ISSUE_TEMPLATE/04_maintenance.yaml +++ b/.github/ISSUE_TEMPLATE/04_maintenance.yaml @@ -48,6 +48,7 @@ body: - Events System - Home - Kubernetes Plugin + - Microsite - Notifications - OpenAPI Tooling - Permission Framework diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index 965e468581..8ed08f7fab 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -54,3 +54,5 @@ policy: keys: ['GitHub'] - name: 'integration:gitlab' keys: ['GitLab'] + - name: 'integration:other' + keys: ['Other'] diff --git a/LABELS.md b/LABELS.md index 724d9b1c7f..9ce65d0a71 100644 --- a/LABELS.md +++ b/LABELS.md @@ -45,6 +45,7 @@ These labels indicate which part of Backstage an issue or pull request relates t - `area:events` - The Events system and integrations for other plugins. - `area:home` - The Home plugin and the main page of the Backstage site. - `area:kubernetes` - The Kubernetes plugin and integrations for other plugins. +- `area:microsite` - The microsite at [backstage.io](https://backstage.io), excluding the documentation. - `area:notifications` - The Notifications plugin and integrations for other plugins. - `area:openapi-tooling` - The OpenAPI tooling it's use in plugins. - `area:permission` - The Permissions system and permission integrations from other plugins. @@ -65,6 +66,7 @@ These labels help you find issues related to specific external integrations: - `integration:gitea` - [Gitea](https://gitea.com/) - `integration:github` - [GitHub](https://github.com/) - `integration:gitlab` - [GitLab](https://gitlab.com/) +- `integration:other` - Any other integration ## Domain Labels