powerplatform-actions icon indicating copy to clipboard operation
powerplatform-actions copied to clipboard

branch-solution - Customize commit message

Open lsprado opened this issue 1 year ago • 3 comments

I want to customize the message of the commit when the branch is created.

core.startGroup(`... commit solution into ${branchName} and push to ${repoUrl}`);
const commitArgs = ["commit", "-m", `PR for exported solution ${branchName}`];

lsprado avatar Apr 06 '23 13:04 lsprado

Which GitHub action are you referring to?

petrochuk avatar Jun 18 '23 14:06 petrochuk

PR for exported solutio

Hi @petrochuk I´m referring the action branch-solution

https://github.com/microsoft/powerplatform-actions/blob/b3ef22180dcfbe2261b0fe1e1b81b66230aba2a4/dist/actions/branch-solution/index.js#L18875

lsprado avatar Jul 14 '23 12:07 lsprado

@lsprado

I think you are referring to this: https://github.com/microsoft/powerplatform-actions/blob/b3ef22180dcfbe2261b0fe1e1b81b66230aba2a4/src/actions/branch-solution/index.ts#L82

These actions are open source project. Feel free to submit PR with improvements

petrochuk avatar Jul 15 '23 00:07 petrochuk