You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This has been deprecated in favor of :seedling:
title=strings.TrimPrefix(title, ":running:")
title=strings.TrimPrefix(title, emojiInfraLegacy)
prType=InfraPR
currently maintains a hardcoded list of PR prefixes. In cluster-api, we use this GitHub action and would like to use a new emoji 🚀 to denote the PR as a release PR.
Is there interest in onboarding a new emoji into this GitHub Action, or alternatively I can look into submitting a PR to allow consumers of this GitHub Action to specify a list of additional emoji's that are allowed? The benefits of this approach would be that we do not force other users of this GitHub Action to also accept the 🚀 emoji.
The text was updated successfully, but these errors were encountered:
@vincepri@camilamacedo86@varshaprasad96 hey folks sorry for tagging directly, but can someone take a look at the above request and help taking it further if it makes sense to you? Thanks!
kubebuilder-release-tools/notes/common/prefix.go
Lines 94 to 118 in 482e922
Is there interest in onboarding a new emoji into this GitHub Action, or alternatively I can look into submitting a PR to allow consumers of this GitHub Action to specify a list of additional emoji's that are allowed? The benefits of this approach would be that we do not force other users of this GitHub Action to also accept the 🚀 emoji.
The text was updated successfully, but these errors were encountered: