Skip to content
New issue

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

branch-solution - Customize commit message #300

Open
lsprado opened this issue Apr 6, 2023 · 3 comments
Open

branch-solution - Customize commit message #300

lsprado opened this issue Apr 6, 2023 · 3 comments
Labels
need more information Will need more information from the issue author

Comments

@lsprado
Copy link

lsprado commented Apr 6, 2023

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 petrochuk added the need more information Will need more information from the issue author label Jun 18, 2023
@petrochuk
Copy link
Contributor

Which GitHub action are you referring to?

@lsprado
Copy link
Author

lsprado commented Jul 14, 2023

PR for exported solutio

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

const commitArgs = ["commit", "-m", `PR for exported solution ${branchName}`];

@petrochuk
Copy link
Contributor

petrochuk commented Jul 15, 2023

@lsprado

I think you are referring to this:

const commitArgs = ['commit', '-m', `PR for exported solution ${branchName}` ];

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more information Will need more information from the issue author
Projects
None yet
Development

No branches or pull requests

2 participants