In dotnet/runtime we're using a GitHub Action that allows you to comment /backport to <branch> on your PR and the action will open a new PR targetting the respective branch.
@wtgodbe asked me about having the same for aspnetcore and while we can just copy the GH Action files over I feel like this would be a better fit for some common arcade solution.
I can think of two approaches:
- Extract the action code into a separate repository (this is how GH Actions are usually shared: https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions#using-release-management-for-your-custom-actions)
- Flow the code into repos via arcade's
eng/common
The implementation in dotnet/runtime lives in these two files/folders:
In dotnet/runtime we're using a GitHub Action that allows you to comment
/backport to <branch>on your PR and the action will open a new PR targetting the respective branch.@wtgodbe asked me about having the same for aspnetcore and while we can just copy the GH Action files over I feel like this would be a better fit for some common arcade solution.
I can think of two approaches:
eng/commonThe implementation in dotnet/runtime lives in these two files/folders: