Skip to content

Commit 8768da8

Browse files
committed
wip
Signed-off-by: Remi Cattiau <remi@cattiau.com>
1 parent 7d202db commit 8768da8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cloudevents/adapters/github.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ based on the specified event.
275275
| `type` | `com.github.discussion.` + "action" value |
276276
| `datacontentencoding` | Omit |
277277
| `datacontenttype` | `application/json` |
278-
| `dataschema` | Omit |
278+
| `dataschema` | "discussion.updated_at" value |
279279
| `subject` | "discussion.id" value |
280280
| `time` | Current time |
281281
| `data` | Content of HTTP request body |
@@ -292,7 +292,7 @@ based on the specified event.
292292
| `datacontenttype` | `application/json` |
293293
| `dataschema` | Omit |
294294
| `subject` | "discussion.id" value |
295-
| `time` | Current time |
295+
| `time` | "comment.updated_at" value |
296296
| `data` | Content of HTTP request body |
297297

298298
### ForkEvent
@@ -367,7 +367,7 @@ based on the specified event.
367367
| `datacontenttype` | `application/json` |
368368
| `dataschema` | Omit |
369369
| `subject` | "installation.id" value |
370-
| `time` | "installation.updated_at" value # not a timestamp?? |
370+
| `time` | "installation.updated_at" value |
371371
| `data` | Content of HTTP request body |
372372

373373
### InstallationTargetEvent
@@ -562,7 +562,7 @@ based on the specified event.
562562
| `datacontenttype` | `application/json` |
563563
| `dataschema` | Omit |
564564
| `subject` | "package.id" value |
565-
| `time` | "package.(created\|updated)\_at" value |
565+
| `time` | "package.(updated\|created)\_at" value |
566566
| `data` | Content of HTTP request body |
567567

568568
### PageBuildEvent
@@ -655,7 +655,7 @@ based on the specified event.
655655
| `time` | "projects_v2_item.updated_at" value |
656656
| `data` | Content of HTTP request body |
657657

658-
### ProjectsV2ItemEvent
658+
### ProjectsV2StatusUpdateEvent
659659

660660
| CloudEvents Attribute | Value |
661661
| :-------------------- | :------------------------------------------------------- |
@@ -817,7 +817,7 @@ based on the specified event.
817817
| `datacontenttype` | `application/json` |
818818
| `dataschema` | Omit |
819819
| `subject` | "repository_advisory.ghsa_id" value |
820-
| `time` | Current time |
820+
| `time` | "repository_advisory.updated_at" value |
821821
| `data` | Content of HTTP request body |
822822

823823
### RepositoryDispatchEvent
@@ -891,7 +891,7 @@ based on the specified event.
891891
| `datacontentencoding` | Omit |
892892
| `datacontenttype` | `application/json` |
893893
| `dataschema` | Omit |
894-
| `subject` | "alert.id" value |
894+
| `subject` | "alert.number" value |
895895
| `time` | "alert.updated_at" value or "alert.created_at" |
896896
| `data` | Content of HTTP request body |
897897

@@ -906,7 +906,7 @@ based on the specified event.
906906
| `datacontentencoding` | Omit |
907907
| `datacontenttype` | `application/json` |
908908
| `dataschema` | Omit |
909-
| `subject` | "alert.id" value |
909+
| `subject` | "alert.number" value |
910910
| `time` | "alert.updated_at" value or "alert.created_at" |
911911
| `data` | Content of HTTP request body |
912912

0 commit comments

Comments
 (0)