Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a backport bot #20660

Closed
silverwind opened this issue Aug 3, 2022 · 3 comments
Closed

Add a backport bot #20660

silverwind opened this issue Aug 3, 2022 · 3 comments
Labels
type/miscellaneous type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@silverwind
Copy link
Member

silverwind commented Aug 3, 2022

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 silverwind added type/proposal The new feature has not been accepted yet but needs to be discussed first. type/miscellaneous labels Aug 3, 2022
@mscherer
Copy link
Contributor

mscherer commented Aug 4, 2022

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

@silverwind
Copy link
Member Author

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
Copy link
Member Author

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

@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/miscellaneous type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants