microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
221 stars 68 forks source link

branch-solution - Customize commit message #300

Open lsprado opened 1 year ago

lsprado commented 1 year ago

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}`];
petrochuk commented 1 year ago

Which GitHub action are you referring to?

lsprado commented 1 year ago

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

petrochuk commented 1 year ago

@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