gitextract_urjpxbct/ ├── .codecov.yml ├── .custom-gcl.yml ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── linter.yml │ └── tests.yml ├── .gitignore ├── .golangci.yml ├── AUTHORS ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── REVIEWERS ├── example/ │ ├── actionpermissions/ │ │ └── main.go │ ├── appengine/ │ │ ├── app.go │ │ └── app.yaml │ ├── auditlogstream/ │ │ └── main.go │ ├── basicauth/ │ │ └── main.go │ ├── codespaces/ │ │ ├── newreposecretwithxcrypto/ │ │ │ └── main.go │ │ └── newusersecretwithxcrypto/ │ │ └── main.go │ ├── commitpr/ │ │ └── main.go │ ├── go.mod │ ├── go.sum │ ├── listenvironments/ │ │ └── main.go │ ├── migrations/ │ │ └── main.go │ ├── newfilewithappauth/ │ │ └── main.go │ ├── newrepo/ │ │ └── main.go │ ├── newreposecretwithlibsodium/ │ │ ├── go.mod │ │ ├── go.sum │ │ └── main.go │ ├── newreposecretwithxcrypto/ │ │ └── main.go │ ├── otel/ │ │ └── main.go │ ├── ratelimit/ │ │ └── main.go │ ├── simple/ │ │ └── main.go │ ├── tokenauth/ │ │ └── main.go │ ├── topics/ │ │ └── main.go │ ├── uploadreleaseassetfromrelease/ │ │ └── main.go │ └── verifyartifact/ │ ├── main.go │ └── trusted-root-public-good.json ├── github/ │ ├── actions.go │ ├── actions_artifacts.go │ ├── actions_artifacts_test.go │ ├── actions_cache.go │ ├── actions_cache_test.go │ ├── actions_hosted_runners.go │ ├── actions_hosted_runners_test.go │ ├── actions_oidc.go │ ├── actions_oidc_test.go │ ├── actions_permissions_enterprise.go │ ├── actions_permissions_enterprise_test.go │ ├── actions_permissions_orgs.go │ ├── actions_permissions_orgs_test.go │ ├── actions_runner_groups.go │ ├── actions_runner_groups_test.go │ ├── actions_runners.go │ ├── actions_runners_test.go │ ├── actions_secrets.go │ ├── actions_secrets_test.go │ ├── actions_variables.go │ ├── actions_variables_test.go │ ├── actions_workflow_jobs.go │ ├── actions_workflow_jobs_test.go │ ├── actions_workflow_runs.go │ ├── actions_workflow_runs_test.go │ ├── actions_workflows.go │ ├── actions_workflows_test.go │ ├── activity.go │ ├── activity_events.go │ ├── activity_events_test.go │ ├── activity_notifications.go │ ├── activity_notifications_test.go │ ├── activity_star.go │ ├── activity_star_test.go │ ├── activity_test.go │ ├── activity_watching.go │ ├── activity_watching_test.go │ ├── admin.go │ ├── admin_orgs.go │ ├── admin_orgs_test.go │ ├── admin_stats.go │ ├── admin_stats_test.go │ ├── admin_test.go │ ├── admin_users.go │ ├── admin_users_test.go │ ├── apps.go │ ├── apps_hooks.go │ ├── apps_hooks_deliveries.go │ ├── apps_hooks_deliveries_test.go │ ├── apps_hooks_test.go │ ├── apps_installation.go │ ├── apps_installation_test.go │ ├── apps_manifest.go │ ├── apps_manifest_test.go │ ├── apps_marketplace.go │ ├── apps_marketplace_test.go │ ├── apps_test.go │ ├── attestations.go │ ├── authorizations.go │ ├── authorizations_test.go │ ├── billing.go │ ├── billing_test.go │ ├── checks.go │ ├── checks_test.go │ ├── classroom.go │ ├── classroom_test.go │ ├── code_scanning.go │ ├── code_scanning_test.go │ ├── codesofconduct.go │ ├── codesofconduct_test.go │ ├── codespaces.go │ ├── codespaces_machines.go │ ├── codespaces_machines_test.go │ ├── codespaces_orgs.go │ ├── codespaces_orgs_test.go │ ├── codespaces_secrets.go │ ├── codespaces_secrets_test.go │ ├── codespaces_test.go │ ├── copilot.go │ ├── copilot_test.go │ ├── credentials.go │ ├── credentials_test.go │ ├── dependabot.go │ ├── dependabot_alerts.go │ ├── dependabot_alerts_test.go │ ├── dependabot_secrets.go │ ├── dependabot_secrets_test.go │ ├── dependency_graph.go │ ├── dependency_graph_snapshots.go │ ├── dependency_graph_snapshots_test.go │ ├── dependency_graph_test.go │ ├── doc.go │ ├── emojis.go │ ├── emojis_test.go │ ├── enterprise.go │ ├── enterprise_actions_hosted_runners.go │ ├── enterprise_actions_hosted_runners_test.go │ ├── enterprise_actions_runner_groups.go │ ├── enterprise_actions_runner_groups_test.go │ ├── enterprise_actions_runners.go │ ├── enterprise_actions_runners_test.go │ ├── enterprise_app_installation.go │ ├── enterprise_app_installation_test.go │ ├── enterprise_apps.go │ ├── enterprise_apps_test.go │ ├── enterprise_audit_log.go │ ├── enterprise_audit_log_stream.go │ ├── enterprise_audit_log_stream_test.go │ ├── enterprise_audit_log_test.go │ ├── enterprise_billing_cost_centers.go │ ├── enterprise_billing_cost_centers_test.go │ ├── enterprise_budgets.go │ ├── enterprise_budgets_test.go │ ├── enterprise_code_security_and_analysis.go │ ├── enterprise_code_security_and_analysis_test.go │ ├── enterprise_codesecurity_configurations.go │ ├── enterprise_codesecurity_configurations_test.go │ ├── enterprise_licenses.go │ ├── enterprise_licenses_test.go │ ├── enterprise_manage_ghes.go │ ├── enterprise_manage_ghes_config.go │ ├── enterprise_manage_ghes_config_test.go │ ├── enterprise_manage_ghes_maintenance.go │ ├── enterprise_manage_ghes_maintenance_test.go │ ├── enterprise_manage_ghes_ssh.go │ ├── enterprise_manage_ghes_ssh_test.go │ ├── enterprise_manage_ghes_test.go │ ├── enterprise_network_configurations.go │ ├── enterprise_network_configurations_test.go │ ├── enterprise_organization_properties.go │ ├── enterprise_organization_properties_test.go │ ├── enterprise_properties.go │ ├── enterprise_properties_test.go │ ├── enterprise_rules.go │ ├── enterprise_rules_test.go │ ├── enterprise_scim.go │ ├── enterprise_scim_test.go │ ├── enterprise_team.go │ ├── enterprise_team_test.go │ ├── event.go │ ├── event_test.go │ ├── event_types.go │ ├── event_types_test.go │ ├── example_iterators_test.go │ ├── examples_test.go │ ├── fuzz_messages_test.go │ ├── gen-accessors.go │ ├── gen-iterators.go │ ├── gen-stringify-test.go │ ├── gists.go │ ├── gists_comments.go │ ├── gists_comments_test.go │ ├── gists_test.go │ ├── git.go │ ├── git_blobs.go │ ├── git_blobs_test.go │ ├── git_commits.go │ ├── git_commits_test.go │ ├── git_refs.go │ ├── git_refs_test.go │ ├── git_tags.go │ ├── git_tags_test.go │ ├── git_trees.go │ ├── git_trees_test.go │ ├── github-accessors.go │ ├── github-accessors_test.go │ ├── github-iterators.go │ ├── github-iterators_test.go │ ├── github-stringify_test.go │ ├── github.go │ ├── github_test.go │ ├── gitignore.go │ ├── gitignore_test.go │ ├── interactions.go │ ├── interactions_orgs.go │ ├── interactions_orgs_test.go │ ├── interactions_repos.go │ ├── interactions_repos_test.go │ ├── interactions_test.go │ ├── issue_import.go │ ├── issue_import_test.go │ ├── issues.go │ ├── issues_assignees.go │ ├── issues_assignees_test.go │ ├── issues_comments.go │ ├── issues_comments_test.go │ ├── issues_events.go │ ├── issues_events_test.go │ ├── issues_labels.go │ ├── issues_labels_test.go │ ├── issues_milestones.go │ ├── issues_milestones_test.go │ ├── issues_test.go │ ├── issues_timeline.go │ ├── issues_timeline_test.go │ ├── licenses.go │ ├── licenses_test.go │ ├── markdown.go │ ├── markdown_test.go │ ├── messages.go │ ├── messages_test.go │ ├── meta.go │ ├── meta_test.go │ ├── migrations.go │ ├── migrations_source_import.go │ ├── migrations_source_import_test.go │ ├── migrations_test.go │ ├── migrations_user.go │ ├── migrations_user_test.go │ ├── orgs.go │ ├── orgs_actions_allowed.go │ ├── orgs_actions_allowed_test.go │ ├── orgs_actions_permissions.go │ ├── orgs_actions_permissions_test.go │ ├── orgs_artifacts.go │ ├── orgs_artifacts_test.go │ ├── orgs_attestations.go │ ├── orgs_attestations_test.go │ ├── orgs_audit_log.go │ ├── orgs_audit_log_test.go │ ├── orgs_codesecurity_configurations.go │ ├── orgs_codesecurity_configurations_test.go │ ├── orgs_credential_authorizations.go │ ├── orgs_credential_authorizations_test.go │ ├── orgs_custom_repository_roles.go │ ├── orgs_custom_repository_roles_test.go │ ├── orgs_hooks.go │ ├── orgs_hooks_configuration.go │ ├── orgs_hooks_configuration_test.go │ ├── orgs_hooks_deliveries.go │ ├── orgs_hooks_deliveries_test.go │ ├── orgs_hooks_test.go │ ├── orgs_immutable_releases.go │ ├── orgs_immutable_releases_test.go │ ├── orgs_issue_types.go │ ├── orgs_issue_types_test.go │ ├── orgs_members.go │ ├── orgs_members_test.go │ ├── orgs_network_configurations.go │ ├── orgs_network_configurations_test.go │ ├── orgs_organization_properties.go │ ├── orgs_organization_properties_test.go │ ├── orgs_organization_roles.go │ ├── orgs_organization_roles_test.go │ ├── orgs_outside_collaborators.go │ ├── orgs_outside_collaborators_test.go │ ├── orgs_packages.go │ ├── orgs_packages_test.go │ ├── orgs_personal_access_tokens.go │ ├── orgs_personal_access_tokens_test.go │ ├── orgs_properties.go │ ├── orgs_properties_test.go │ ├── orgs_rules.go │ ├── orgs_rules_test.go │ ├── orgs_security_managers.go │ ├── orgs_security_managers_test.go │ ├── orgs_test.go │ ├── orgs_users_blocking.go │ ├── orgs_users_blocking_test.go │ ├── packages.go │ ├── packages_test.go │ ├── private_registries.go │ ├── private_registries_test.go │ ├── projects.go │ ├── projects_test.go │ ├── pulls.go │ ├── pulls_comments.go │ ├── pulls_comments_test.go │ ├── pulls_reviewers.go │ ├── pulls_reviewers_test.go │ ├── pulls_reviews.go │ ├── pulls_reviews_test.go │ ├── pulls_test.go │ ├── pulls_threads.go │ ├── pulls_threads_test.go │ ├── rate_limit.go │ ├── rate_limit_test.go │ ├── reactions.go │ ├── reactions_test.go │ ├── repos.go │ ├── repos_actions_access.go │ ├── repos_actions_access_test.go │ ├── repos_actions_allowed.go │ ├── repos_actions_allowed_test.go │ ├── repos_actions_permissions.go │ ├── repos_actions_permissions_test.go │ ├── repos_attestations.go │ ├── repos_attestations_test.go │ ├── repos_autolinks.go │ ├── repos_autolinks_test.go │ ├── repos_codeowners.go │ ├── repos_codeowners_test.go │ ├── repos_collaborators.go │ ├── repos_collaborators_test.go │ ├── repos_comments.go │ ├── repos_comments_test.go │ ├── repos_commits.go │ ├── repos_commits_test.go │ ├── repos_community_health.go │ ├── repos_community_health_test.go │ ├── repos_contents.go │ ├── repos_contents_test.go │ ├── repos_deployment_branch_policies.go │ ├── repos_deployment_branch_policies_test.go │ ├── repos_deployment_protection_rules.go │ ├── repos_deployment_protection_rules_test.go │ ├── repos_deployments.go │ ├── repos_deployments_test.go │ ├── repos_environments.go │ ├── repos_environments_test.go │ ├── repos_forks.go │ ├── repos_forks_test.go │ ├── repos_hooks.go │ ├── repos_hooks_configuration.go │ ├── repos_hooks_configuration_test.go │ ├── repos_hooks_deliveries.go │ ├── repos_hooks_deliveries_test.go │ ├── repos_hooks_test.go │ ├── repos_immutable_releases.go │ ├── repos_immutable_releases_test.go │ ├── repos_invitations.go │ ├── repos_invitations_test.go │ ├── repos_keys.go │ ├── repos_keys_test.go │ ├── repos_lfs.go │ ├── repos_lfs_test.go │ ├── repos_merging.go │ ├── repos_merging_test.go │ ├── repos_pages.go │ ├── repos_pages_test.go │ ├── repos_prereceive_hooks.go │ ├── repos_prereceive_hooks_test.go │ ├── repos_properties.go │ ├── repos_properties_test.go │ ├── repos_releases.go │ ├── repos_releases_test.go │ ├── repos_rules.go │ ├── repos_rules_test.go │ ├── repos_stats.go │ ├── repos_stats_test.go │ ├── repos_statuses.go │ ├── repos_statuses_test.go │ ├── repos_tags.go │ ├── repos_tags_test.go │ ├── repos_test.go │ ├── repos_traffic.go │ ├── repos_traffic_test.go │ ├── rules.go │ ├── rules_test.go │ ├── scim.go │ ├── scim_test.go │ ├── search.go │ ├── search_test.go │ ├── secret_scanning.go │ ├── secret_scanning_pattern_configs.go │ ├── secret_scanning_pattern_configs_test.go │ ├── secret_scanning_test.go │ ├── security_advisories.go │ ├── security_advisories_test.go │ ├── strings.go │ ├── strings_benchmark_test.go │ ├── strings_test.go │ ├── sub_issue.go │ ├── sub_issue_test.go │ ├── teams.go │ ├── teams_discussion_comments.go │ ├── teams_discussion_comments_test.go │ ├── teams_discussions.go │ ├── teams_discussions_test.go │ ├── teams_members.go │ ├── teams_members_test.go │ ├── teams_test.go │ ├── timestamp.go │ ├── timestamp_test.go │ ├── users.go │ ├── users_administration.go │ ├── users_administration_test.go │ ├── users_attestations.go │ ├── users_attestations_test.go │ ├── users_blocking.go │ ├── users_blocking_test.go │ ├── users_emails.go │ ├── users_emails_test.go │ ├── users_followers.go │ ├── users_followers_test.go │ ├── users_gpg_keys.go │ ├── users_gpg_keys_test.go │ ├── users_keys.go │ ├── users_keys_test.go │ ├── users_packages.go │ ├── users_packages_test.go │ ├── users_social_accounts.go │ ├── users_social_accounts_test.go │ ├── users_ssh_signing_keys.go │ ├── users_ssh_signing_keys_test.go │ ├── users_test.go │ ├── with_appengine.go │ └── without_appengine.go ├── go.mod ├── go.sum ├── openapi_operations.yaml ├── otel/ │ ├── go.mod │ ├── go.sum │ ├── transport.go │ └── transport_test.go ├── scrape/ │ ├── README.md │ ├── apps.go │ ├── apps_test.go │ ├── example/ │ │ └── scrape/ │ │ └── main.go │ ├── forms.go │ ├── forms_test.go │ ├── go.mod │ ├── go.sum │ ├── payment.go │ ├── scrape.go │ ├── scrape_test.go │ └── testdata/ │ ├── access-restrictions-disabled.html │ └── access-restrictions-enabled.html ├── script/ │ ├── fmt.sh │ ├── generate.sh │ ├── lint.sh │ ├── metadata.sh │ ├── run-check-structfield-settings.sh │ ├── setup-custom-gcl.sh │ └── test.sh ├── test/ │ ├── README.md │ ├── fields/ │ │ └── fields.go │ └── integration/ │ ├── activity_test.go │ ├── audit_log_test.go │ ├── authorizations_test.go │ ├── doc.go │ ├── github_test.go │ ├── issues_test.go │ ├── licences_test.go │ ├── misc_test.go │ ├── pagination_test.go │ ├── projects_test.go │ ├── pulls_test.go │ ├── repos_test.go │ └── users_test.go └── tools/ ├── check-structfield-settings/ │ ├── go.mod │ ├── go.sum │ └── main.go ├── extraneousnew/ │ ├── extraneousnew.go │ ├── extraneousnew_test.go │ ├── go.mod │ ├── go.sum │ └── testdata/ │ └── src/ │ ├── has-warnings/ │ │ └── main.go │ └── no-warnings/ │ └── main.go ├── fmtpercentv/ │ ├── fmtpercentv.go │ ├── fmtpercentv_test.go │ ├── go.mod │ ├── go.sum │ └── testdata/ │ └── src/ │ ├── has-warnings/ │ │ └── main.go │ └── no-warnings/ │ └── main.go ├── gen-release-notes/ │ └── main.go ├── go.mod ├── go.sum ├── metadata/ │ ├── main.go │ ├── main_test.go │ ├── metadata.go │ ├── metadata_test.go │ ├── openapi.go │ └── testdata/ │ ├── format/ │ │ └── openapi_operations.yaml │ ├── golden/ │ │ ├── TestFormat/ │ │ │ └── openapi_operations.yaml │ │ ├── TestUpdateGo/ │ │ │ └── valid/ │ │ │ └── github/ │ │ │ └── a.go │ │ └── TestUpdateOpenAPI/ │ │ └── openapi_operations.yaml │ ├── unused/ │ │ ├── github/ │ │ │ └── a.go │ │ └── openapi_operations.yaml │ ├── update-go/ │ │ ├── invalid/ │ │ │ ├── github/ │ │ │ │ └── a.go │ │ │ └── openapi_operations.yaml │ │ └── valid/ │ │ ├── github/ │ │ │ ├── a.go │ │ │ └── ignoreme.txt │ │ └── openapi_operations.yaml │ └── update-openapi/ │ └── openapi_operations.yaml ├── sliceofpointers/ │ ├── go.mod │ ├── go.sum │ ├── sliceofpointers.go │ ├── sliceofpointers_test.go │ └── testdata/ │ └── src/ │ ├── has-warnings/ │ │ └── main.go │ └── no-warnings/ │ └── main.go └── structfield/ ├── go.mod ├── go.sum ├── structfield.go ├── structfield_test.go └── testdata/ └── src/ ├── has-warnings/ │ └── main.go └── no-warnings/ └── main.go