Skip to main content

214 搜索结果 "pull requests"

REST API / 交互 /

适用于组织交互的 REST API 终结点

必须 The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect. 可以是以下选项之一: existing_users,

REST API / 分支 /

受保护分支的 REST API 终结点

pushes a new commit. require_code_owner_reviews boolean Blocks merging pull requests until code owners review them. required_approving_review_count integer

建设社区 / 问题和 PR 模板 /

议题表单的语法

issue created through other methods. Issue forms are not supported for pull requests. You can create pull request templates in your repositories for collaborators

REST API / 拉取请求 /

用于拉取请求审查注释的 REST API 终结点

终结点”。 List review comments in a repository Lists review comments for all pull requests in a repository. By default, review comments are in ascending order by

REST API / 应用 /

GitHub Apps 的 REST API 终结点

pull_requests string The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges. 可以是以下选项之一:

REST API / 操作 /

工作流运行的 REST API 终结点

"Understanding the search syntax." exclude_pull_requests boolean If true pull requests are omitted from the response (empty array). 默认: false check_suite_id

拉取请求 / 使用拉取请求进行协作 / 合并更改 /

合并拉取请求

”。 如果决定不想让主题分支中的更改合并到上游分支,可以关闭拉取请求而不合并。 合并拉取请求 在存储库名称下,单击 “拉取请求”。 在“Pull Requests(拉取请求)”列表中,单击要合并的拉取请求。 向下滚动到拉取请求底部。 根据对仓库启用的合并选项,您可以: 单击“合并拉取请求”,将所有提交合并到基分支中。

GitHub Actions / 安全指南 /

自动令牌身份验证

最后,如果工作流程是由分叉的存储库中的拉取请求触发,并且未选择“Send write tokens to workflows from pull requests(将写入令牌从拉取请求发送到工作流程)”设置,则权限调整为将任何写入权限更改为只读。 授予额外权限 如果需要的令牌需要 GITHUB_TOKEN

GitHub Actions / 使用工作流 /

关于工作流程

set of tasks. For example, you can have one workflow to build and test pull requests, another workflow to deploy your application every time a release is

代码安全 / Dependabot / Dependabot 版本更新 /

配置 Dependabot 版本更新

directory: "/" schedule: interval: "weekly" # Disable all pull requests for Docker dependencies open-pull-requests-limit: 0 # Configuration for