Skip to content

[feature request]: possibility to configure the PR prefix #11

@atomrc

Description

@atomrc

I'm in a repo where we enforce semantic commits and we match it against the PR title.

Would it be possible to add an optional prefix input so that we could add our custom semantic prefix there?

 - name: Create PR to branch
      uses: gorillio/github-action-cherry-pick@master
      with:
        pr_branch: '0.1.x'
+       pr_prefix: 'chore:'
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions