Hi Volkan, On Mon, 2 Jan 2023 at 09:50, Volkan Yazıcı <vol...@yazi.ci> wrote: > Suggestion: Shall we harness GitHub Actions to create a GitHub Issue > telling commit X needs to be reflected on branch Y whenever a commit lands > on branch Z? > > If you all agree, I volunteer to set this up.
If you can add a time delay, that would be fantastic. I imagine some logic like: if 24 hours have passed and the commit with a subject line "Hello World!" on `release-2.x` does not have a commit in `master` with the same subject, create an issue. Commits that need a subject change (like "Deprecate for removal" -> "Remove") are rare and a committer can always close those issues manually. Piotr