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 github action to apply patches #77

Open
lucasdemarchi opened this issue Aug 16, 2024 · 1 comment
Open

Add github action to apply patches #77

lucasdemarchi opened this issue Aug 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lucasdemarchi
Copy link
Contributor

Add github-action that parses a comment like "/merge", filtered by users with commit rights, that does the following:

  • Add Reviewed-by to the patches when a reviewed approves the PR. It's assumed that PR approval means all patches are reviewed
  • Add a "Link: " as trailer
  • Add s-o-b by whom commented /merge.
@lucasdemarchi lucasdemarchi added the enhancement New feature or request label Aug 16, 2024
@lucasdemarchi
Copy link
Contributor Author

Maybe relevant helpers I typed today: lucasdemarchi/toolbox@160a33a

Tested in #78, applying the patches:
git applypr -s -l 78 "Reviewed-by: Emil Velikov <[email protected]>"

I also force pushed the branch so the PR gets closed automatically when it's merged to master branch and the state transitions to "merged" rather than "closed".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant