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
A nice to have feature would be the ability to @ reply the github app that django-github-app is installed on with a command and have the event router handle that appropriately. I'm thinking about how you can @ Dependabot to rebuild or recreate a PR, I can see how that would be super useful to have built-in to the library -- as opposed to someone building out all of that on their own.
Part of the reason I wrapped gidgethub.routing.Router and providing our own event method for registering webhook handlers in the first place was to support extending in a way that would provide a seamless API.
A nice to have feature would be the ability to @ reply the github app that django-github-app is installed on with a command and have the event router handle that appropriately. I'm thinking about how you can @ Dependabot to rebuild or recreate a PR, I can see how that would be super useful to have built-in to the library -- as opposed to someone building out all of that on their own.
Part of the reason I wrapped
gidgethub.routing.Router
and providing our ownevent
method for registering webhook handlers in the first place was to support extending in a way that would provide a seamless API.So someone commenting on a PR with
@user-github-app recreate
would trigger this callback.Could also see use in being able to scope it to either PR or issues as well:
Unsure about that wording of
scope
, but settling on that can come later.The text was updated successfully, but these errors were encountered: