This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 38
38
path: <optional-path-template>
39
39
body: |
40
40
<optional-body-template>
41
+ trigger.<trigger-name> : |
42
+ - when: app.status.operationState.phase in ['Succeeded']
43
+ send: [github-commit-status]
41
44
` ` `
45
+
42
46
3 Create subscription for webhook integration:
43
47
44
48
` ` ` yaml
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/argoproj/argo-cd/v2 v2.0.0-rc3
7
- github.com/argoproj/notifications-engine v0.1 .1-0.20210504060655-93bff0a78a1e
7
+ github.com/argoproj/notifications-engine v0.2 .1-0.20210507172642-597c59f3cb15
8
8
github.com/evanphx/json-patch v4.9.0+incompatible
9
9
github.com/ghodss/yaml v1.0.0
10
10
github.com/golang/mock v1.4.4
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ github.com/argoproj/argo-cd/v2 v2.0.0-rc3 h1:jBuz8qqLL0gG6Nb892x3+eP+v/wjQpkdSOl
93
93
github.com/argoproj/argo-cd/v2 v2.0.0-rc3 /go.mod h1:Rw7fuyae0v8b3KMJoZp8jf5A2tBP2dQ8uWj9HTRZITo =
94
94
github.com/argoproj/gitops-engine v0.3.1 h1:wM4RUzH54sWdchD7Ws8UdAIsjk08BmjN9bLuW79xKWk =
95
95
github.com/argoproj/gitops-engine v0.3.1 /go.mod h1:IBHhAkqlC+3r/wBWUitWSidQhPzlLoSTWp2htq3dyQk =
96
- github.com/argoproj/notifications-engine v0.1 .1-0.20210504060655-93bff0a78a1e h1:48/K05DfH4Et57sg3XVyuxeG2EHumn67AtAa+0l3/Zo =
97
- github.com/argoproj/notifications-engine v0.1 .1-0.20210504060655-93bff0a78a1e /go.mod h1:rKhm9LtebGKgLA/UtPtBeRUrrS/CT0U5az1jSfUiipw =
96
+ github.com/argoproj/notifications-engine v0.2 .1-0.20210507172642-597c59f3cb15 h1:18ggmBbQfKoP2zF/M76X6eVlCUF9SZsnlc9odvEHLv4 =
97
+ github.com/argoproj/notifications-engine v0.2 .1-0.20210507172642-597c59f3cb15 /go.mod h1:rKhm9LtebGKgLA/UtPtBeRUrrS/CT0U5az1jSfUiipw =
98
98
github.com/argoproj/pkg v0.2.0 h1:ETgC600kr8WcAi3MEVY5sA1H7H/u1/IysYOobwsZ8No =
99
99
github.com/argoproj/pkg v0.2.0 /go.mod h1:F4TZgInLUEjzsWFB/BTJBsewoEy0ucnKSq6vmQiD/yc =
100
100
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
You can’t perform that action at this time.
0 commit comments