git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

Extend `open-pr` to open MSYS2-packages PRs corresponding to msys2-runtime PRs #49

Open dscho opened 1 year ago

dscho commented 1 year ago

Today, I faced the relatively simple task of opening an MSYS2-packages companion to https://github.com/git-for-windows/msys2-runtime/pull/52. This task was complicated by me being essentially away from a real computer all day. I did open https://github.com/git-for-windows/MSYS2-packages/pull/107 eventually, but the entire point of git-for-windows-automation is to allow performing such repetitive and straight-forward tasks even via cell phone.

Let's teach the open-pr GitHub workflow the trick to allow /open pr to be called in (merged!) git-for-windows/msys2-runtime PRs.

The steps are straight-forward: