tmr08c/WeeklySummary

Possible issue: Adding comments to a close PR can make it show up in the list

Closed this issue · 0 comments

When generating a report, I noticed a PR close the previous week. When I looked at the PR, I saw that there was a comment added within the last week. It seems like adding a comment bumps whatever timestamp we are looking at to see when it was closed.

To test this, we can try something like:

  1. open an issue
  2. close it with a PR
  3. check the timestamp we are using
  4. add a comment
  5. compare the same timestamp

We can probably skip 1 and 2 and just pick an existing closed PR.