Skip to content

Commit

Permalink
fix: add new app events and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 5, 2022
1 parent dc1e189 commit 623d0a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions payload-schemas/api.github.com/common/app.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"issues": { "type": "string", "enum": ["read", "write"] },
"keys": { "type": "string", "enum": ["read", "write"] },
"members": { "type": "string", "enum": ["read", "write"] },
"merge_queues": { "type": "string", "enum": ["read", "write"] },
"metadata": { "type": "string", "enum": ["read", "write"] },
"organization_administration": {
"type": "string",
Expand Down Expand Up @@ -121,11 +122,14 @@
"label",
"member",
"membership",
"merge_group",
"merge_queue_entry",
"milestone",
"organization",
"org_block",
"page_build",
"project",
"projects_v2_item",
"project_card",
"project_column",
"public",
Expand All @@ -138,6 +142,8 @@
"repository",
"repository_dispatch",
"secret_scanning_alert",
"secret_scanning_alert_location",
"security_and_analysis",
"star",
"status",
"team",
Expand Down

0 comments on commit 623d0a7

Please sign in to comment.