Skip to content

Commit

Permalink
Merge pull request #44 from cultureamp/cg/release-notifier
Browse files Browse the repository at this point in the history
ci: add release notifier to pipeline
  • Loading branch information
ctgardner authored Jun 27, 2024
2 parents 4b17c1b + 5d53548 commit 7049d8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ steps:
- cultureamp/aws-sm#v2.2.0:
env:
GITHUB_TOKEN: /cfparams/GITHUB_TOKEN

notify:
- slack:
channels:
- "#team_sre_foundations_alerts"
message: ":fyii: <!subteam^S03CQLT3G2J>: A new version of CFParams is ready to be released :shipit:"
if: 'build.branch == "main" && build.state == "blocked"'

0 comments on commit 7049d8f

Please sign in to comment.