chore(mr-templates): Cleanup

This commit is contained in:
Thorsten Roßner
2025-09-16 09:51:18 +02:00
parent e138610d29
commit 40f15fbd36
4 changed files with 1 additions and 5 deletions

View File

@@ -42,7 +42,6 @@ Set labels:
``` ```
/label ~"MR-Type::Bugfix" /label ~"MR-Type::Bugfix"
/label ~"PO::👀" /label ~"PO::👀"
/label ~"Tech Lead::👀"
/label ~"QA::👀" /label ~"QA::👀"
/label ~"Testautomation::👀" /label ~"Testautomation::👀"
``` ```

View File

@@ -29,7 +29,6 @@ Set labels:
``` ```
/label ~"MR-Type::Feature" /label ~"MR-Type::Feature"
/label ~"PO::👀" /label ~"PO::👀"
/label ~"Tech Lead::👀"
/label ~"QA::👀" /label ~"QA::👀"
/label ~"Testautomation::👀" /label ~"Testautomation::👀"
``` ```

View File

@@ -23,7 +23,6 @@ Set labels:
``` ```
/label ~"MR-Type::Other" /label ~"MR-Type::Other"
/label ~"PO::👀" /label ~"PO::👀"
/label ~"Tech Lead::👀"
/label ~"QA::👀" /label ~"QA::👀"
/label ~"Testautomation::👀" /label ~"Testautomation::👀"
``` ```

View File

@@ -10,7 +10,7 @@
## 🔄 Requirements for migrations ## 🔄 Requirements for migrations
- [ ] Minimum version of the application required in existing depoyments to update/upgrade: - [ ] Minimum version of the application required in existing deployments to update/upgrade:
- [ ] Describe manual steps required to update existing deployments. This especially applies if the upgrade includes any breaking changes: - [ ] Describe manual steps required to update existing deployments. This especially applies if the upgrade includes any breaking changes:
- [ ] Any other considerations in context of the update: - [ ] Any other considerations in context of the update:
@@ -23,7 +23,6 @@ Set labels:
``` ```
/label ~"MR-Type::AppUpdate" /label ~"MR-Type::AppUpdate"
/label ~"PO::👀" /label ~"PO::👀"
/label ~"Tech Lead::👀"
/label ~"QA::👀" /label ~"QA::👀"
/label ~"Testautomation::👀" /label ~"Testautomation::👀"
``` ```