Skip to content

Commit

Permalink
Remove Started At from stage event noti
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi committed Dec 23, 2024
1 parent bf15d9a commit e087eb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/app/piped/notifier/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func (s *slack) buildSlackMessage(event model.NotificationEvent, webURL string)
{"Triggered By", d.TriggeredBy(), true},
{"Mention To Users", accountsStr, true},
{"Mention To Groups", groupsStr, true},
{"Started At", makeSlackDate(d.CreatedAt), true},
}
}

Expand Down
1 change: 0 additions & 1 deletion pkg/app/pipedv1/notifier/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func (s *slack) buildSlackMessage(event model.NotificationEvent, webURL string)
{"Triggered By", d.TriggeredBy(), true},
{"Mention To Users", accountsStr, true},
{"Mention To Groups", groupsStr, true},
{"Started At", makeSlackDate(d.CreatedAt), true},
}
}

Expand Down

0 comments on commit e087eb8

Please sign in to comment.