Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

batches: add fork attribute to changeset template #50849

@adeola-ak

Description

@adeola-ak

allow users to specify the fork by adding a fork attribute to the changeset template with the following possibilities as shown in to Adam's prior example below

changesetTemplate:
  fork: foo           # forks into the `foo` organisation/user, assuming the
                      # user has permission
  fork: LawnGnome     # forks into the user's namespace as well (assuming the
                      # user is LawnGnome), but explicitly by name
  fork: user          # forks into the user's namespace, same as the current

With fork being a string pointing to the owner to fork into, with user being the current user. This is to address permissions errors faced when attempting to creat forks in non accessible repos

tracked by #33110

Metadata

Metadata

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