diff --git common/includes/slack/announce/config.php common/includes/slack/announce/config.php
index 3c9571a2b..8ce9c0e7d 100644
|
|
function get_whitelist() { |
297 | 297 | |
298 | 298 | function get_committers() { |
299 | 299 | return array( |
300 | | 'dd32', 'nacin', 'helen', 'azaozz', 'westi', |
| 300 | 'matt', 'dd32', 'nacin', 'helen', 'azaozz', 'westi', |
301 | 301 | 'ocean90', 'wonderboymusic', 'johnbillion', |
302 | | 'jorbin', 'jeremyfelt', 'pento', 'obenland', 'iseulde', |
| 302 | 'jorbin', 'jeremyfelt', 'pento', 'obenland', |
303 | 303 | 'westonruter', 'afercia', 'karmatosed', 'rmccue', 'michaelarestad', |
304 | 304 | 'swissspidy', 'rachelbaker', 'joehoyle', 'melchoyce', |
305 | 305 | 'peterwilsoncc', 'joemcgill', 'davidakennedy', 'adamsilverstein', |
306 | | 'flixos90', 'iandunn', 'kadamwhite', |
| 306 | 'flixos90', 'iandunn', 'kadamwhite', 'jrf', 'atimmer', 'laurelfulford', |
| 307 | 'allendav', 'omarreiss', 'allancole', 'lonelyvegan', 'antpb', 'mcsf', |
| 308 | 'herregroen', 'youknowriad', 'gziolo', 'aduth', 'jorgefilipecosta', |
| 309 | 'bpayton', 'noisysocks', 'desrosj', 'tellyworth', |
307 | 310 | |
308 | 311 | 'markjaquith', // @mark on Slack |
309 | 312 | 'nbachiyski', // @nb on Slack |
… |
… |
function get_committers() { |
314 | 317 | 'mikeschroder', // @mike on Slack |
315 | 318 | 'jnylen0', // @jnylen on Slack |
316 | 319 | 'matveb', // @matias on Slack |
| 320 | 'iseulde', // @ella on Slack |
| 321 | 'johnjamesjacoby' // @JJJ on Slack |
317 | 322 | ); |
318 | 323 | } |
319 | 324 | |
diff --git common/includes/slack/announce/lib.php common/includes/slack/announce/lib.php
index 6f78a9d44..68853d487 100644
|
|
function run( $data ) { |
83 | 83 | return; |
84 | 84 | } |
85 | 85 | |
86 | | if ( $data['command'] === '/committers' ) { |
87 | | // This command seems to not be used actively, in preference for the slack @committers group pings. |
88 | | $committers = get_committers(); |
89 | | if ( ! in_array( $user, $committers, true ) ) { |
90 | | return; |
91 | | } |
92 | | |
93 | | // TODO: Note that pinging users by `@username` is deprecated, and we now have WordPress.org usernames in the above list. |
94 | | // This should be upadted to ping users by the `<@U.....>` format. |
95 | | |
96 | | $text = sprintf( "*@committers:* %s\n_(cc: %s)_", $data['text'], '@' . implode( ', @', $committers ) ); |
97 | | } elseif ( $data['command'] === '/deputies' ) { |
| 86 | if ( $data['command'] === '/deputies' ) { |
98 | 87 | $pingable_deputies = get_pingable_wordcamp_deputies(); |
99 | 88 | |
100 | 89 | if ( ! in_array( $user, $pingable_deputies, true ) ) { |
diff --git trac.wordpress.org/templates/core/site-specific.html trac.wordpress.org/templates/core/site-specific.html
index e55c2d61d..e57c4d155 100644
|
|
var wpTracContributorLabels = { |
65 | 65 | mcsf: 'Core Committer', |
66 | 66 | herregroen: 'Core Committer', |
67 | 67 | atimmer: 'Core Committer', |
| 68 | youknowriad: 'Core Committer', |
| 69 | gziolo: 'Core Committer', |
| 70 | jorgefilipecosta: 'Core Committer', |
| 71 | aduth: 'Core Committer', |
| 72 | bpayton: 'Core Committer', |
| 73 | noisysocks: 'Core Committer', |
| 74 | desrosj: 'Core Committer', |
68 | 75 | johnjamesjacoby: 'Core Committer', |
69 | 76 | tellyworth: 'Core Committer', |
70 | | |
71 | 77 | iammattthomas: 'Core Committer', |
72 | 78 | lancewillett: 'Themes Committer', |
73 | 79 | iandstewart: 'Themes Committer', |