Skip to content

Commit

Permalink
chore: Do not mention @release-engs on automation proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Mar 1, 2023
1 parent d32c208 commit 116ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/slack-notifications/src/slack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::collections::HashSet;
use std::convert::TryFrom;

const TRUSTED_NEURONS_TAG: &str = "<!subteam^S0200F4EYLF>";
const RELEASE_TEAM_TAG: &str = "<!subteam^S02CF4KKZ7U>";
const RELEASE_TEAM_TAG: &str = ""; // Can be changed to the following to mention @release-engs on each proposal: "<!subteam^S02CF4KKZ7U>";
const RELEASE_AUTOMATION_NEURON_ID: u64 = 80;
const MAX_SUMMARY_LENGTH: usize = 2048;
const SLACK_CHANNEL_ENV_INTERNAL: &str = "SLACK_CHANNEL_PROPOSALS_INTERNAL";
Expand Down

0 comments on commit 116ba49

Please sign in to comment.