77 搜索结果 "diff context"
REST API / 问题 /
适用于问题被分派人的 REST API 终结点
REST API/
问题/
受理人
适用于问题被分派人的 REST API 终结点
使用 REST API 管理问题和拉取请求的代理人。
关于议题和拉取请求受理人
可以使用 REST API 查看、添加和删除问题和拉取请求的代理人。 每个拉取请求都是一个议题,但并非每个议题都是拉取请求。 因此,“问
REST API / 提交 /
适用于提交的 REST API 终结点
REST API/
提交/
提交
适用于提交的 REST API 终结点
使用 REST API 与提交交互。
List commits
Signature verification object
The response will include a verification object that
REST API / 存储库 /
规则的 REST API 终结点
REST API/
存储库/
规则
规则的 REST API 终结点
使用 REST API 管理存储库的规则集。 规则集控制用户如何与存储库中的选定分支和标记交互。
Get rules for a branch
Returns all active rules that apply to the specified
REST API / 拉取请求 /
用于拉取请求的 REST API 终结点
REST API/
拉取请求/
拉取请求
用于拉取请求的 REST API 终结点
使用 REST API 与拉取请求进行交互。
关于拉取请求
可以使用 REST API 列出、查看、编辑、创建和合并拉取请求。 有关如何与拉取请求上的评论交互的信息,请参阅 适用于问题评论的 REST API 终结点。
GitHub Copilot / 使用 GitHub Copilot / Copilot Chat /
Asking GitHub Copilot questions in your IDE
Use Copilot Chat in your editor to give code suggestions, explain code, generate unit tests, and suggest code fixes.
Prerequisites
Access to GitHub Copilot
REST API / 组织 /
规则的 REST API 终结点
REST API/
组织/
规则
规则的 REST API 终结点
使用 REST API 管理组织的规则集。 组织规则集控制人员如何与组织存储库中的选定分支和标记进行交互。
Get all organization repository rulesets
Get all the repository
参与编写 GitHub Docs / 为 GitHub Docs 编写内容 /
为 GitHub Docs 创建关系图
本指南介绍何时与如何为 GitHub Docs 创建关系图。
About diagrams in GitHub Docs
Diagrams use shapes, lines, and labels to explain concepts visually. We use diagrams to support
组织 / 管理组织设置 /
禁用或限制组织的 GitHub Actions
你可启用、禁用和限制组织的 GitHub Actions。
About GitHub Actions permissions for your organization
By default, GitHub Actions is enabled on all repositories and organizations
存储库 / 管理存储库设置 / 启用功能 /
管理存储库的 GitHub Actions 设置
您可以对特定仓库禁用或配置 GitHub Actions。
About GitHub Actions permissions for your repository
By default, GitHub Actions is enabled on all repositories and organizations
GraphQL API / 参考 /
枚举
关于枚举
枚举表示字段的可能值集。
例如,该 Issue 对象具有一个名为 state 的字段。 该状态是一个枚举(具体来说,是类型为 IssueState 的枚举),因为它可能是 OPEN 或 CLOSED。
有关详细信息,请参阅“GraphQL 简介”。
ActorType
The actor's