Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Li <[email protected]>
  • Loading branch information
tonglil committed Jun 11, 2024
1 parent a7a1cee commit 5e7aa51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/services/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
notifications.argoproj.io/subscribe.<trigger-name>.github: "status"
notifications.argoproj.io/subscribe.<trigger-name>.github: "deployment"
notifications.argoproj.io/subscribe.<trigger-name>.github: "comment"
notifications.argoproj.io/subscribe.<trigger-name>.github: "status" # or deployment or comment
notifications.argoproj.io/subscribe.<trigger-name>.github: "status;deployment" # 2 of the 3 types
```
## Templates
Expand Down

0 comments on commit 5e7aa51

Please sign in to comment.