gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Add a backport bot

Open silverwind opened this issue 3 years ago • 2 comments
trafficstars

Manual backporting is cumbersome when commits are cherry-pickable. I think we could use trop or similar to automatically create backports based on labels. See for example this PR.

Not entirely sure if trop is suitable, but there are other bots/actions as well for cherry-picking, like https://github.com/marketplace/actions/xealth-cherry-picker which creates PRs or https://github.com/marketplace/actions/cherry-pick-squashed-prs which directly pushes to branch.

silverwind avatar Aug 03 '22 19:08 silverwind

Since there is a plan to move to self-hosting gitea (as far as I know), I think the bot should be compatible with gitea

mscherer avatar Aug 04 '22 15:08 mscherer

Since there is a plan to move to self-hosting gitea (as far as I know), I think the bot should be compatible with gitea

If there's nothing suitable, I wouldn't oppose to just use these GitHub actions for now. Developing bots takes much time etc :)

silverwind avatar Aug 04 '22 16:08 silverwind

Looks this is now implemented with recent changes to Gitea bot.

silverwind avatar Mar 04 '23 13:03 silverwind