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

✨ Add πŸš€ as a valid prefix for release PRs #55

Merged
merged 1 commit into from Oct 5, 2023

Conversation

mjlshen
Copy link
Contributor

@mjlshen mjlshen commented Oct 4, 2023

Fixes #54 by adding πŸš€ as a valid emoji prefix

Along the way I adjusted:

panic(fmt.Sprintf("unrecognized PR type %v", t))

to

panic("unrecognized PR type")

because I was getting this (rightful) compiler error when running tests:

fmt.Sprintf format %v with arg t causes recursive (sigs.k8s.io/kubebuilder-release-tools/notes/common.PRType).String method call

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 4, 2023
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 4, 2023
@mjlshen mjlshen changed the title Add πŸš€ as a valid prefix for release PRs ✨ Add πŸš€ as a valid prefix for release PRs Oct 4, 2023
@mjlshen
Copy link
Contributor Author

mjlshen commented Oct 4, 2023

cc @g-gaston @furkatgofurov7 @vincepri as discussed today

@mjlshen mjlshen force-pushed the rocket branch 2 times, most recently from 29e77e0 to 0919213 Compare October 5, 2023 00:22
Copy link

@g-gaston g-gaston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

notes/common/prefix.go Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 5, 2023
Signed-off-by: Michael Shen <mishen@umich.edu>
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 5, 2023
@mjlshen
Copy link
Contributor Author

mjlshen commented Oct 5, 2023

/assign @vincepri

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mjlshen, vincepri

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 5, 2023
Copy link
Member

@furkatgofurov7 furkatgofurov7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 5, 2023
@k8s-ci-robot k8s-ci-robot merged commit d8367c2 into kubernetes-sigs:master Oct 5, 2023
5 checks passed
@mjlshen mjlshen deleted the rocket branch October 5, 2023 21:49
@mjlshen
Copy link
Contributor Author

mjlshen commented Oct 9, 2023

@vincepri What do you think about a new release with this change so that cluster-api can pin to the new released version?

@vincepri
Copy link
Member

vincepri commented Oct 9, 2023

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
Development

Successfully merging this pull request may close these issues.

Looking for a way to allow a new emoji πŸš€
5 participants