#5644 closed enhancement (fixed)
Exclude codecov bot comments from Trac
Reported by: | desrosj | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
Under some conditions, the codecov bot will post a comment on a PR with summarizing the impact the PR will have on code coverage.
Copying these comments over to Trac is not necessary, so the codecov[bot]
user can be added to the ignore list.
https://github.com/WordPress/wordpress-develop/pull/1049#issuecomment-786340007
Related #5551.
Change History (4)
#2
@
4 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 10735:
#3
in reply to:
↑ 1
@
4 years ago
Replying to dd32:
Should we just ignore all bots flagged as such?
'[bot]' === substr( $payload->comment->user->login, -5 ) // All bot users.
That's probably a good idea. I can't really think of a time when we would want a bot comment to be synced to Trac. Bots are usually posting something that is contextual to the PR and not so much the ticket or problem being solved.
Note: See
TracTickets for help on using
tickets.
Should we just ignore all bots flagged as such?