python / the-knights-who-say-ni

CLA enforcement bot for Python organization projects
Apache License 2.0
85 stars 34 forks source link

Turn bpo-XXXX from title or comment to links #97

Closed soltysh closed 7 years ago

soltysh commented 7 years ago

We have a webhook in place that provides nice clickable links from bpo to github. But there's nothing in the other direction. @bitdancer mentioned it would be nice to have clickable links in the other direction, iow. from github PR to bpo. I was thinking we could extend this bot with that ability by adding a comment right after the welcoming message (or along it, when one isn't added) turning bpo-XXXX from initial message and title into clickable links.

@brettcannon if you don't mind I can give it a try, wdyt?

brettcannon commented 7 years ago

I would rather make it a separate bot as I'm trying to keep this bot forkable by other projects on GitHub as well as simple as possible to prevent a false-positive on CLA signing which would be very bad.

I opened python/core-workflow#28 to track the idea for a separate bot to do this.