accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Automatically generate merge PRs from Releases to Staging and Production branches #2071

Open jobara opened 11 months ago

jobara commented 11 months ago

Is your feature request related to a problem? Please describe.

Currently merging release tags to Staging and Production is a manual process.

Describe the solution you'd like

When a release happens, it should automatically trigger PRs to Staging (pre-release and stable releases) and Production (stable releases only) branches.

Describe alternatives you've considered

No response

Additional context

This was first attempted with https://github.com/accessibility-exchange/platform/pull/2020. However that didn't actually create the PRs as was noted in https://github.com/accessibility-exchange/platform/issues/2047. The actions were removed in https://github.com/accessibility-exchange/platform/pull/2072