From badce13a390f1b355f082e027e89712026843698 Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Wed, 9 Oct 2024 09:25:04 +0200 Subject: [PATCH] Required labels for pulumi/upgrade-provider to work correctly --- 02-repositories/acme.yaml | 16 ++++++++++++++++ 02-repositories/matchbox.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/02-repositories/acme.yaml b/02-repositories/acme.yaml index 56014e9..1408cd1 100644 --- a/02-repositories/acme.yaml +++ b/02-repositories/acme.yaml @@ -2,3 +2,19 @@ name: pulumi-acme description: Pulumi provider for ACME type: provider template: pulumi-tf-provider-boilerplate +labels: + - name: needs-release/major + color: c4dff5 + description: Indicates that this PR requires a major release after merging + - name: needs-release/minor + color: c4dff5 + description: Indicates that this PR requires a minor release after merging + - name: needs-release/patch + color: c4dff5 + description: Indicates that this PR requires a minor release after merging + - name: kind/bug + color: bfd4f2 + description: Some behavior is incorrect or out of spec + - name: kind/enhancement + color: bfd4f2 + description: Improvements or new features diff --git a/02-repositories/matchbox.yaml b/02-repositories/matchbox.yaml index 284af99..4a8a27b 100644 --- a/02-repositories/matchbox.yaml +++ b/02-repositories/matchbox.yaml @@ -2,3 +2,19 @@ name: pulumi-matchbox description: Pulumi provider for the Matchbox iPXE server type: provider template: pulumi-tf-provider-boilerplate +labels: + - name: needs-release/major + color: c4dff5 + description: Indicates that this PR requires a major release after merging + - name: needs-release/minor + color: c4dff5 + description: Indicates that this PR requires a minor release after merging + - name: needs-release/patch + color: c4dff5 + description: Indicates that this PR requires a minor release after merging + - name: kind/bug + color: bfd4f2 + description: Some behavior is incorrect or out of spec + - name: kind/enhancement + color: bfd4f2 + description: Improvements or new features