419 搜索结果 "repository management"
代码安全 / 代码扫描 / 启用代码扫描 /
配置代码扫描的默认设置
可以使用 code scanning 的默认设置快速保护存储库中的代码。
About default setup
Default setup for code scanning is the quickest, easiest, most low-maintenance way to enable code
组织 / 管理组织设置 /
禁用或限制组织的 GitHub Actions
你可启用、禁用和限制组织的 GitHub Actions。
About GitHub Actions permissions for your organization
By default, GitHub Actions is enabled on all repositories and organizations
Webhook / 使用 Webhook /
处理 Webhook 交付
了解如何编写代码来侦听和响应 Webhook 交付。
Introduction
When you create a webhook, you specify a URL and subscribe to event types. When an event that your webhook is subscribed
REST API / 操作 /
工作流的 REST API 终结点
REST API/
操作/
工作流
工作流的 REST API 终结点
使用 REST API 与 GitHub Actions 中的工作流进行交互。
关于 GitHub Actions 中的工作流
可以使用 REST API 查看 GitHub Actions 中存储库的工作流。 工作流程通过广泛
GraphQL API / 参考 /
对象
关于对象
GraphQL 中的对象表示可以访问的资源。 对象包含经过专门类型化的字段列表。
例如,Repository 对象具有一个名为 name 的字段,该字段是 String。
有关详细信息,请参阅“GraphQL 简介”。
ActorLocation
Location information for
REST API / 操作 /
GitHub Actions 构件的 REST API 终结点
REST API/
操作/
Artifacts
GitHub Actions 构件的 REST API 终结点
使用 REST API 与 GitHub Actions 上的项目进行交互。
关于 GitHub Actions
中的项目
你可使用 REST API 下载、删除和检索 GitHub Actions
REST API / Codespaces /
Codespaces 计算机的 REST API 终结点
REST API/
Codespaces/
机
Codespaces 计算机的 REST API 终结点
使用 REST API 管理可用于 codespace 的计算机类型。
关于 Codespaces 计算机
可以确定哪些计算机类型可用于创建 codespace,无论是在给定的存储库上还是作为经过身份验证的用户。
代码安全 / 代码扫描 / 管理警报 /
禁用 Copilot Autofix 进行代码扫描
可以选择为整个企业禁用 GitHub Copilot Autofix,或在组织和存储库级别禁用 GitHub Copilot Autofix。
About disabling Copilot Autofix for code scanning
GitHub Copilot Autofix is a GitHub
REST API / 问题 /
适用于标签的 REST API 终结点
REST API/
问题/
标签
适用于标签的 REST API 终结点
使用 REST API 管理存储库、议题和拉取请求的标签。
关于标签
可以使用 REST API 管理存储库的标签,以及在议题和拉取请求中添加或删除标签。 每个拉取请求都是一个议题,但并非每个议题都是拉取请求。 因此,“问题”
代码安全 / 机密扫描 / 启用功能 /
为存储库启用推送保护
通过推送保护,secret scanning 会阻止参与者将机密推送到存储库,并在参与者绕过该阻止时生成警报。
About enabling push protection
To enable push protection for a repository, you must first enable