Opened 7 years ago
Closed 7 years ago
#4053 closed defect (bug) (fixed)
Remove `/committers` command in Slack
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Communication (Matrix, Slack, IRC) | Keywords: | has-patch |
| Cc: |
Description
The /committers command in slack has long been superseded by the @ committers group. It was recently accidentally used and a few problems came to light.
- It results in double pings because
@ committersand the individual Slack handles are included. - The list is out of date.
Attachments (2)
Change History (7)
#2
@
7 years ago
4053.2.diff also updates core.trac so that the new committers have the Core Committer label on their comments.
Note: See
TracTickets for help on using
tickets.
4053.diff removes
/committersand updates theget_committers()list to be what I believe is currently accurate.