Skip to content

Commit

Permalink
Remove pete from release message
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapoport-cf committed Aug 27, 2024
1 parent 3ff6506 commit 025675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devprod-status-bot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ async function sendUpcomingReleaseMessage(pat: string, webhookUrl: string) {
await sendMessage(
webhookUrl,
{
text: "cc <users/103802752659756021218> <users/111710439474343081424>",
text: "cc <users/103802752659756021218>",
},
"release-notification"
);
Expand Down

0 comments on commit 025675d

Please sign in to comment.