Skip to main content

239 搜索结果 "pull requests"

GraphQL API / 参考 /

输入对象

bypassPullRequestActorIds ([ID!]) A list of User, Team, or App IDs allowed to bypass pull requests targeting matching branches. clientMutationId (String) A unique identifier

Webhook /

Webhook 事件和有效负载

For more information about issues and pull requests, see "About issues" and "About pull requests." For information about the APIs to

GitHub Copilot / 使用 GitHub Copilot / 代码评审 /

Using GitHub Copilot code review

each pull request. You can enable automatic reviews from Copilot on all pull requests using rulesets configured at the repository level or organization level

拉取请求 / 使用拉取请求进行协作 / 查看更改 /

本地检查拉取请求

更改后作为新的拉取请求打开它。 但是,只有具有推送权限的协作者才能合并拉取请求。 在存储库名称下,单击 “问题”或 “拉取请求”。 在“Pull Requests(拉取请求)”列表中,单击要合并的拉取请求。 找到非活动拉取请求的 ID 号。 这是拉取请求标题后面的数字序列。 打开终端终端Git Bash。

GitHub Pages / 使用 Jekyll 设置站点 /

使用 Jekyll 向 GitHub Pages 站点添加内容

分支,然后创建拉取请求。 有关详细信息,请参阅“创建拉取请求”。 单击“提交更改”或“建议更改” 。 为您提议的更改创建拉取请求。 在“Pull Requests(拉取请求)”列表中,单击要合并的拉取请求。 单击“合并拉取请求”。 有关详细信息,请参阅“合并拉取请求”。 如有提示,输入提交消息,或接受默认消息。

REST API / 拉取请求 /

用于审查请求的 REST API 终结点

GitHub App 用户访问令牌 GitHub App 安装访问令牌 细粒度的个人访问令牌 精细令牌必须具有以下权限集: "Pull requests" repository permissions (read) 如果仅请求公共资源,则无需身份验证或上述权限即可使用此终结点。 “Get

拉取请求 / 使用拉取请求进行协作 / 地址合并冲突 /

在 GitHub 上解决合并冲突

合并到其中,因此系统会提示您创建一个新的头部分支。 有关详细信息,请参阅“关于受保护分支”。 在存储库名称下,单击 “拉取请求”。 在“Pull Requests(拉取请求)”列表中,单击含有您想要解决的合并冲突的拉取请求。 在拉取请求底部附近,单击“解决冲突”。 注意:**** 如果停用“解决冲突”****

组织 / 组织安全 / 管理安全设置 /

组织的审核日志事件

ove_pr The policy for allowing GitHub Actions to create and approve pull requests was changed for an organization. org.sso_response A SAML single sign-on

REST API / 使用 REST API /

REST API 入门

with some endpoints. For example, the REST API to manage commits and pull requests support the media types diff, patch, and sha. The media types full, raw

“应用” / 创建 GitHub 应用 / 为 GitHub 应用编写代码 /

构建响应 Webhook 事件的 GitHub 应用

webhookSecret }, }); // This defines the message that your app will post to pull requests. const messageForNewPRs = "Thanks for opening a new PR! Please follow