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

Required labels for pulumi/upgrade-provider to work correctly #228

Closed
Closed
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
16 changes: 16 additions & 0 deletions 02-repositories/acme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 16 additions & 0 deletions 02-repositories/matchbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading