sympy / sympy-bot

GitHub bot for SymPy
https://github.com/sympy-bot
Other
22 stars 11 forks source link

Correctly list multiple authors in the wiki update #51

Closed asmeurer closed 5 years ago

asmeurer commented 5 years ago

The code was showing multiple authors correctly in the bot comment, but only the first authors was actually being put on the wiki.

We will have to go through and fix the existing notes on the wiki manually. Perhaps a script can be written to do it.

asmeurer commented 5 years ago

This also improves the code coverage of the pull_request_closed function https://github.com/sympy/sympy-bot/issues/47. There are still several code paths that aren't tested, however.

asmeurer commented 5 years ago

Live test: https://github.com/asmeurer/GitHub-Issues-Test/pull/42

asmeurer commented 5 years ago

I am working on a script to update the existing notes. In the meanwhile, let's merge this so future updates are correct.