@@ -57,6 +57,8 @@ The generated table below is produced by `script/generate-docs` and lists every
5757| ` actions ` | ` get_job_logs ` | ` actions:read ` |
5858| ` code_security ` | ` get_code_scanning_alert ` | ` security_events:read ` |
5959| ` code_security ` | ` list_code_scanning_alerts ` | ` security_events:read ` |
60+ | ` context ` | ` get_team_members ` | ` members:read ` |
61+ | ` context ` | ` get_teams ` | ` members:read ` |
6062| ` dependabot ` | ` get_dependabot_alert ` | ` vulnerability_alerts:read ` |
6163| ` dependabot ` | ` list_dependabot_alerts ` | ` vulnerability_alerts:read ` |
6264| ` discussions ` | ` discussion_comment_write ` | ` discussions:write ` |
@@ -74,6 +76,9 @@ The generated table below is produced by `script/generate-docs` and lists every
7476| ` labels ` | ` get_label ` | ` issues:read ` |
7577| ` labels ` | ` label_write ` | ` issues:write ` |
7678| ` labels ` | ` list_label ` | ` issues:read ` |
79+ | ` projects ` | ` projects_get ` | ` organization_projects:read ` |
80+ | ` projects ` | ` projects_list ` | ` organization_projects:read ` |
81+ | ` projects ` | ` projects_write ` | ` organization_projects:write ` |
7782| ` pull_requests ` | ` add_comment_to_pending_review ` | ` pull_requests:write ` |
7883| ` pull_requests ` | ` add_reply_to_pull_request_comment ` | ` pull_requests:write ` |
7984| ` pull_requests ` | ` create_pull_request ` | ` pull_requests:write ` |
@@ -85,7 +90,9 @@ The generated table below is produced by `script/generate-docs` and lists every
8590| ` pull_requests ` | ` update_pull_request ` | ` pull_requests:write ` |
8691| ` repos ` | ` create_branch ` | ` contents:write ` |
8792| ` repos ` | ` create_or_update_file ` | ` contents:write ` |
93+ | ` repos ` | ` create_repository ` | ` administration:write ` |
8894| ` repos ` | ` delete_file ` | ` contents:write ` |
95+ | ` repos ` | ` fork_repository ` | ` administration:write ` |
8996| ` repos ` | ` get_commit ` | ` contents:read ` |
9097| ` repos ` | ` get_file_contents ` | ` contents:read ` |
9198| ` repos ` | ` get_latest_release ` | ` contents:read ` |
@@ -94,6 +101,7 @@ The generated table below is produced by `script/generate-docs` and lists every
94101| ` repos ` | ` list_branches ` | ` contents:read ` |
95102| ` repos ` | ` list_commits ` | ` contents:read ` |
96103| ` repos ` | ` list_releases ` | ` contents:read ` |
104+ | ` repos ` | ` list_repository_collaborators ` | ` administration:read ` |
97105| ` repos ` | ` list_tags ` | ` contents:read ` |
98106| ` repos ` | ` push_files ` | ` contents:write ` |
99107| ` secret_protection ` | ` get_secret_scanning_alert ` | ` secret_scanning_alerts:read ` |
0 commit comments