Skip to content

Commit

Permalink
update message sent via prnouncer to remove unnecessary apostrophe (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Feb 10, 2025
1 parent a95cd6e commit 347293f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async fn main() -> Result<(), Error> {
let mut message = String::new();

message.push_str(format!("🧵 {} Reviews 🧵\n", weekday).as_str());
message.push_str("(PR's can be hidden from this bot by adding the Stale tag)\n");
message.push_str("(PRs can be hidden from this bot by adding the Stale tag)\n");
message.push_str("--------------------\n");
message.push_str("This message is brought to you by <github.com/guardian/actions-prnouncer|guardian/actions-prnouncer>, ");
message.push_str("with configuration from <github.com/guardian/prnouncer-config|guardian/prnouncer-config>\n");
Expand Down

0 comments on commit 347293f

Please sign in to comment.