You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
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 permissionfork: LawnGnome # forks into the user's namespace as well (assuming the# user is LawnGnome), but explicitly by namefork: 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
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
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