We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Maintainance Team.
I hope that github-cherry-pick-action can provide the following two special variables:
{old_pull_request_body}
{old_pull_request_title}
{old_title}
Because I would like to apply this GitHub Action in the following form:
- name: Cherry Pick into 'source/git-master' branch uses: carloscastrojumo/[email protected] with: token: ${{ secrets.GITHUB_TOKEN }} branch: 'source/git-master' labels: 'cherry-pick, automerge' force: true title: | {old_pull_request_title} body: | {old_pull_request_body} Cherry-picked from #{old_pull_request_id}
Therefore, I would need a special variable to reference the body of the old pull request, {old_pull_request_body}.
As for {old_pull_request_title}, it's simply to make the naming more systematic.
v1.0.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Hello, Maintainance Team.
I hope that github-cherry-pick-action can provide the following two special variables:
{old_pull_request_body}
{old_pull_request_title}
(same as the{old_title}
)Because I would like to apply this GitHub Action in the following form:
Therefore, I would need a special variable to reference the body of the old pull request,
{old_pull_request_body}
.As for
{old_pull_request_title}
, it's simply to make the naming more systematic.Version
v1.0.10
The text was updated successfully, but these errors were encountered: