probot / ideas

Share ideas for new GitHub Apps built with Probot
96 stars 48 forks source link

Allow making new pull requests directly through comments in an issue #41

Open vaibhavchellani opened 6 years ago

vaibhavchellani commented 6 years ago

Allow users to make a PR by specifying the details of a PR and simply clicking the comment button which will post the PR , the comment , and link the issue and PR directly .

jainkeval commented 6 years ago

I would like to work on this.

vaibhavchellani commented 6 years ago

I would like to work on this too

gr2m commented 6 years ago

I’m curious what you come up with

jainkeval commented 6 years ago

https://github.com/apps/pr-on-comment check this :-)

GitHub
Build software better, together
GitHub is where people build software. More than 27 million people use GitHub to discover, fork, and contribute to over 80 million projects.
gr2m commented 6 years ago

@jainkeval I’ll check it out :)

What’s usually very helpful is to create a gif of how the bot works. You can use the free Kap app to record a gif: https://getkap.co/

E.g. see my WIP bot for an example: https://github.com/apps/wip

Kap
Kap - Capture your screen
An open-source screen recorder built with web technology
GitHub
Build software better, together
GitHub is where people build software. More than 27 million people use GitHub to discover, fork, and contribute to over 80 million projects.
gr2m commented 6 years ago

Tried it at https://github.com/gr2m/sandbox/issues/31, no luck. Do you a repository where I can see it working?

jainkeval commented 6 years ago

@gr2m there is nothing to compare where you are trying. image

Yeah, you may fork this repo https://github.com/jainkeval/trial-one. Push your changes to fork and then comment.

GitHub
jainkeval/trial-one
Contribute to trial-one development by creating an account on GitHub.
gr2m commented 6 years ago

sweet, worked now: https://github.com/gr2m/sandbox/pull/32 👍

jainkeval commented 6 years ago

@gr2m What am I supposed to do now?

gr2m commented 6 years ago

@vaibhavchellani do you have any feedback for @jainkeval? Maybe you two want to collaborate to make it better?

I don’t have a use for that bot myself so I can’t give much more feedback I’m afraid.