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

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12834160835

Upstream-Ref: Automattic/jetpack@6faf866
  • Loading branch information
jeherve authored and matticbot committed Jan 17, 2025
1 parent 646ae50 commit 83fd36f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49877,10 +49877,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 Expand Up @@ -50519,10 +50515,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
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/tasks/gather-support-references/index.js
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
3 changes: 0 additions & 3 deletions src/tasks/reply-to-customers-reminder/index.js
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 83fd36f

Please sign in to comment.