Skip to content

Extract backport action from dotnet/runtime into arcade #7373

@akoeplinger

Description

@akoeplinger
  • This issue is blocking
  • This issue is causing unreasonable pain

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:

  1. 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)
  2. Flow the code into repos via arcade's eng/common

The implementation in dotnet/runtime lives in these two files/folders:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions