-
Notifications
You must be signed in to change notification settings - Fork 66
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
Feature request: copy milestone and/or labels from original PR #97
Comments
Hi, the label part can already be done with: Lines 32 to 39 in b1bb2aa
right? would a similar input for milestones work for you too? |
@tibdex This is a nice feature for this great action. But how do we use this Is this correct? labels_template: "<%= labels %>" or how is it interpolated? Some more documentation would be nice. |
@tibdex I tried labels_template: "<%= labels %>" and labels_template: "[<%= labels %>]" both give errors you can see here
I am not sure how to convert the labels via a lodash template string into a JSON Array. Any hints would be appreciated. It would be great if you could provide some documentation, so that I do not need to create fake commits into my repo that I need to clean up later. Thanks 🙏🏻 |
They do not work as intended tibdex/backport#97
Never mind. Switched to https://github.com/sqren/backport |
Hi @tibdex, thank you for this github action, it is very useful.
One thing that would help my team would be that when the pull request that is being backported belongs to a github milestone, or has some labels, they get carried over to the backport.
If you are not able to provide this feature for free (which is understandable) would you be open to reviewing a pull request? If that's the case, would you prefer that that's controlled by a config setting, or would you be ok with this being always enabled?
The text was updated successfully, but these errors were encountered: