We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfeafd5 + da17fc2 commit 0400514Copy full SHA for 0400514
src/handlers/bot_pull_requests.rs
@@ -21,7 +21,7 @@ pub(crate) async fn handle(ctx: &Context, event: &Event) -> anyhow::Result<()> {
21
22
// If it's not the github-actions bot, we don't expect this handler to be needed. Skip the
23
// event.
24
- if event.sender.login != "app/github-actions" {
+ if event.sender.login != "github-actions[bot]" {
25
return Ok(());
26
}
27
0 commit comments