Skip to content

Commit bc5f6fd

Browse files
wolfy1339nickfloyd
andauthored
feat: schema updates (adds custom_properties field) to branch_protection_rule, check_suite, code_scanning_alert, commit_comment, create, delete, dependabot_alert, deploy_key, deployment, deployment_review, deployment_status, discussion, disscussion_comment, fork, gollum, issue_comment, issues, label, member, merge_group, meta, milestone, package, page_build. ping, project, project_card, project_column, public, pull_request, pull_request_review, pull_request_review_comment, pull_request_review_thread, push, registry_package, release, repository, repository_dispatch, repository_import, repository_vulnerability_alert, secret_scanning_alert, star, status, team, team_add, watch, workflow_dispatch, workflow_job, workflow_run, branch_protection_configuration, common, custom_property, custom_property_values (#904)
* feat: new `branch_protection_rule` event * feat: new `custom_property_values` event * feat: new `custom_property` on `repository` * fix: update examples * build: update types * fix: update examples * build: update types * build: update index.json --------- Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
1 parent cdd43ea commit bc5f6fd

File tree

245 files changed

+1604
-686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+1604
-686
lines changed

payload-examples/api.github.com/branch_protection_rule/created.1.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"forks": 0,
133133
"open_issues": 1,
134134
"watchers": 0,
135-
"default_branch": "main"
135+
"default_branch": "main",
136+
"custom_properties": {}
136137
},
137138
"sender": {
138139
"login": "wolfy1339",

payload-examples/api.github.com/branch_protection_rule/created.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
"is_template": false,
123123
"topics": [],
124124
"visibility": "public",
125-
"web_commit_signoff_required": false
125+
"web_commit_signoff_required": false,
126+
"custom_properties": {}
126127
},
127128
"organization": {
128129
"login": "octo-org",

payload-examples/api.github.com/branch_protection_rule/deleted.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
"is_template": false,
123123
"topics": [],
124124
"visibility": "public",
125-
"web_commit_signoff_required": false
125+
"web_commit_signoff_required": false,
126+
"custom_properties": {}
126127
},
127128
"organization": {
128129
"login": "octo-org",

payload-examples/api.github.com/branch_protection_rule/edited.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
"is_template": false,
140140
"topics": [],
141141
"visibility": "public",
142-
"web_commit_signoff_required": false
142+
"web_commit_signoff_required": false,
143+
"custom_properties": {}
143144
},
144145
"organization": {
145146
"login": "octo-org",

payload-examples/api.github.com/check_run/completed.1.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@
279279
"is_template": false,
280280
"topics": [],
281281
"visibility": "public",
282-
"web_commit_signoff_required": false
282+
"web_commit_signoff_required": false,
283+
"custom_properties": {}
283284
},
284285
"sender": {
285286
"login": "Codertocat",

payload-examples/api.github.com/check_run/completed.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@
284284
"is_template": false,
285285
"topics": [],
286286
"visibility": "public",
287-
"web_commit_signoff_required": false
287+
"web_commit_signoff_required": false,
288+
"custom_properties": {}
288289
},
289290
"sender": {
290291
"login": "Codertocat",

payload-examples/api.github.com/check_run/completed.with-organization.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@
284284
"is_template": false,
285285
"topics": [],
286286
"visibility": "public",
287-
"web_commit_signoff_required": false
287+
"web_commit_signoff_required": false,
288+
"custom_properties": {}
288289
},
289290
"organization": {
290291
"login": "Octocoders",

payload-examples/api.github.com/check_run/created.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@
297297
"is_template": false,
298298
"topics": [],
299299
"visibility": "public",
300-
"web_commit_signoff_required": false
300+
"web_commit_signoff_required": false,
301+
"custom_properties": {}
301302
},
302303
"sender": {
303304
"login": "Codertocat",

payload-examples/api.github.com/check_run/created.with-organization.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@
284284
"is_template": false,
285285
"topics": [],
286286
"visibility": "public",
287-
"web_commit_signoff_required": false
287+
"web_commit_signoff_required": false,
288+
"custom_properties": {}
288289
},
289290
"organization": {
290291
"login": "Octocoders",

payload-examples/api.github.com/check_run/requested_action.payload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@
271271
"is_template": false,
272272
"topics": [],
273273
"visibility": "public",
274-
"web_commit_signoff_required": false
274+
"web_commit_signoff_required": false,
275+
"custom_properties": {}
275276
},
276277
"organization": {
277278
"login": "electron",

0 commit comments

Comments
 (0)