You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notifications.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,29 +90,29 @@ WEBHOOK_EXAMPLE[test]
90
90
91
91
Triggered every time Private Packagist finds one or more releases of a single package matching the criteria of the notification channel.
92
92
93
-
WEBHOOK_EXAMPLE[package:release]
93
+
WEBHOOK_EXAMPLE[package-release]
94
94
95
95
##### Abandoned Package Notification
96
96
97
97
Triggered every time a package gets marked as abandoned.
98
98
99
-
WEBHOOK_EXAMPLE[package:abandoned]
99
+
WEBHOOK_EXAMPLE[package-abandoned]
100
100
101
101
##### Security Issue Notification
102
102
103
103
Triggered every time Private Packagist finds one or more security issues for a single project.
104
104
105
-
WEBHOOK_EXAMPLE[package:security-issue]
105
+
WEBHOOK_EXAMPLE[package-security-issue]
106
106
107
107
##### Security Single Issue Notification
108
108
109
109
Triggered every time Private Packagist finds a security issue for a single project. If configured,
110
110
this will be sent instead of the regular security issues webhook which aggregates issues found at the same time. This is useful if your target cannot parse object collections, e.g. Jira.
111
111
112
-
WEBHOOK_EXAMPLE[package:security-issue:single]
112
+
WEBHOOK_EXAMPLE[package-security-issue-single]
113
113
114
114
##### Security Summary Notification
115
115
116
116
A weekly or monthly summary notification containing all open security issues for all projects in your organization.
0 commit comments