Skip to content

Commit

Permalink
Repo Gardening: remove mentions of Kitkat (Automattic#34255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored Nov 22, 2023
1 parent 272bf88 commit ce6f1da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Slack Messages: remove mentions of Kitkat.


Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function formatSlackMessage( payload, channel, message ) {
const { issue, repository } = payload;
const { html_url, title } = issue;

let dris = '@kitkat-team';
let dris = '';
switch ( repository.full_name ) {
case 'Automattic/jetpack':
dris = '@jpop-da';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ async function triageIssues( payload, octokit ) {
debug(
`triage-issues: #${ number } doesn't have a Priority set. Sending in Slack message to the Kitkat team.`
);
const message = '@kitkat-team New bug missing priority. Please do a priority assessment.';
const message = 'New bug missing priority. Please do a priority assessment.';
const slackMessageFormat = formatSlackMessage( payload, channel, message );
await sendSlackMessage( message, channel, slackToken, payload, slackMessageFormat );
}
Expand Down

0 comments on commit ce6f1da

Please sign in to comment.