Skip to content

Commit

Permalink
Repo Gardening: remove heysatellite @mention (#41163)
Browse files Browse the repository at this point in the history
* Repo Gardening: remove heysatellite @mention

It is no longer monitored.

* Switch to newer team mention
  • Loading branch information
jeherve authored Jan 17, 2025
1 parent 2aa3651 commit 6faf866
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: removed
Comment: Issue Triage: remove keyword no longer in use.


Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ function formatSlackMessage( payload, channel, message ) {
case 'Automattic/jetpack':
dris = '@jetpack-da';
break;
case 'Automattic/zero-bs-crm':
case 'Automattic/sensei':
dris = '@heysatellite';
break;
case 'Automattic/WP-Job-Manager':
case 'Automattic/Crowdsignal':
dris = '@meteorite-team';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ function formatSlackMessage( payload, channel, message ) {
case 'Automattic/jetpack':
dris = '@jetpack-da';
break;
case 'Automattic/zero-bs-crm':
case 'Automattic/sensei':
dris = '@heysatellite';
break;
case 'Automattic/WP-Job-Manager':
case 'Automattic/Crowdsignal':
dris = '@meteorite-team';
Expand Down

0 comments on commit 6faf866

Please sign in to comment.