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
Recently I'm trying to replace Semantic Pull Requests with action-semantic-pull-request, Semantic Pull Requests has config like allowRevertCommits, but I don't know how use action-semantic-pull-request to achieve the same effect, I hope action-semantic-pull-request to support tile like: Revert "feat(xxx): xxx".
The text was updated successfully, but these errors were encountered:
`No release type found in pull request title "${prTitle}". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/\n\n${printAvailableTypes()}`
Recently I'm trying to replace Semantic Pull Requests with
action-semantic-pull-request
, Semantic Pull Requests has config likeallowRevertCommits
, but I don't know how useaction-semantic-pull-request
to achieve the same effect, I hopeaction-semantic-pull-request
to support tile like:Revert "feat(xxx): xxx"
.The text was updated successfully, but these errors were encountered: