You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to have a hook that fires after the successful creation of a pull request. My use case: setting a per-branch config variable prbranch=<the triggering pr's base branch>, which could be used to decorate my prompt to tell me "a PR was opened for this branch, and it hasn't been merged".
I imagine this would be made possible by some of the same work as #1179
(This would get stuck on closed-but-not-merged PRs, so even better would be a way for hub to query for PR info and store it somewhere. That's a much bigger request, and I don't know if it's in the hub scope)
The text was updated successfully, but these errors were encountered:
I'd love to have a hook that fires after the successful creation of a pull request. My use case: setting a per-branch config variable
prbranch=<the triggering pr's base branch>
, which could be used to decorate my prompt to tell me "a PR was opened for this branch, and it hasn't been merged".I imagine this would be made possible by some of the same work as #1179
(This would get stuck on closed-but-not-merged PRs, so even better would be a way for hub to query for PR info and store it somewhere. That's a much bigger request, and I don't know if it's in the hub scope)
The text was updated successfully, but these errors were encountered: