-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support PR Template on pull request creation #992
Comments
Hi @camgrsl 👋 Thanks for the feature suggestion. Just to be clear: are you suggesting adding a new option (for example There are quite some subtleties when it comes to PR templates, but I'm sure basic support can be added to CIB. |
Exactly
Definitely! I wouldn't expect to be default behavior as it would change existing integrations. |
Hi there 👋 You are using the free plan of the Create Issue Branch App. If you want to continue using this App, please upgrade to the Developer plan. If you have any questions reach out to me by opening an issue. |
Branch issue-992-Support_PR_Template_on_pull_request_creation created! |
Hi @camgrsl I've just released the basic support. Let me know if this fits your use-case. |
@robvanderleek thanks for quickly integrating this 🙏 |
Hi @camgrsl Too bad the new feature does not work for you. The current implementation looks for a file called However, I did not check the action, and indeed forgot to make a new release. |
Well, maybe something cache related. It works like a charm now! |
Hi there,
The only option to actually have a template in the created PR is to duplicate the PR template as a ISSUE_TEMPLATE and set
copyIssueDescriptionToPR: true
which actually copy the description inside a toggle.It would be nice to see
getPrBody
function to support fetching the pull_request template present in the repositoryWhat do you think?
The text was updated successfully, but these errors were encountered: