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 remote name & remote url to request_review_post_sync hook args #214

Conversation

drewdeponte
Copy link
Owner

Add remote name & remote url to request_review_post_sync hook args so
that the hook implementers can use that information to implement hooks
in a more generic fashion.

One use case this specifically aids is when dealing with multiple patch
stacks associated with different remotes. It allows you to implement
hooks in a fashion that your commands can interact with the remote
associated with the upstream branch that the patch is associated with.
In turn enabling the hook to be patch stack/remote aware.

skip_ticket_id_check

[changelog]
added: remote name & remote url to request_review_post_sync hook args

Add remote name & remote url to request_review_post_sync hook args so
that the hook implementers can use that information to implement hooks
in a more generic fashion.

One use case this specifically aids is when dealing with multiple patch
stacks associated with different remotes. It allows you to implement
hooks in a fashion that your commands can interact with the remote
associated with the upstream branch that the patch is associated with.
In turn enabling the hook to be patch stack/remote aware.

skip_ticket_id_check

[changelog]
added: remote name & remote url to request_review_post_sync hook args

<!-- ps-id: 12387a02-0b03-40e1-a505-66f072873634 -->
@drewdeponte drewdeponte merged commit c2376fe into main Jun 21, 2023
1 check passed
@drewdeponte drewdeponte deleted the ps/rr/add_remote_name___remote_url_to_request_review_post_sync_hook_args branch June 21, 2023 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant