groovecoder / discord

GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
Mozilla Public License 2.0
29 stars 13 forks source link

Fix #79: Never post the same comment twice #168

Closed openjck closed 8 years ago

openjck commented 8 years ago

Testing

  1. Push this branch up to your test webhook
  2. Open a pull request in the repo that uses the test webhook
  3. Wait about 30 seconds, refresh, and note the number of comments
  4. Close the pull request, reopen it, wait a few seconds, refresh, and note the number of comments

The number of comments should not change between step 3 and step 4. No lines should be double-commented.

To do

openjck commented 8 years ago

To do: Write tests, merge with Luke's comment metrics branch

groovecoder commented 8 years ago

I've merged this with my branch, so this PR is superseded here: https://github.com/mdn/discord/pull/169