Skip to main content

240 搜索结果 "pull requests"

GitHub Copilot / 使用 GitHub Copilot / 用于拉取请求的 Copilot /

使用 GitHub Copilot 创建拉取请求摘要

可以在拉取请求的描述中生成摘要,也可以生成摘要作为注释。 关于 Copilot pull request summaries 可以使用 GitHub Copilot 在 GitHub 上生成拉取请求摘要。 可以使用摘要来帮助审阅者了解更改,或快速了解正在审阅的拉取请求中的更改。 GitHub Copilot

REST API / Codespaces /

Codespaces 的 REST API 终结点

REST API/ Codespaces/ Codespaces Codespaces 的 REST API 终结点 使用 REST API 管理 GitHub Codespaces。 关于 GitHub Codespaces 可以使用 REST API 管理 Codespaces。 这些终结点适用于经过身份验证的用户、OAuth

GraphQL API / 概述 /

更改日志

GistFile was added Type CommitContributionsByRepository was added The Draft Pull Requests Preview preview includes these changes: Input field draft was added to

入门 / 了解 GitHub /

GitHub 词汇表

此词汇表介绍了通用 Git 和 GitHub 术语。 “etch 使用 git fetch 时,是将更改从远程存储库添加到本地工作分支,而无需提交它们。 与 git pull 不同,提取允许在将更改提交到本地分支之前查看该更改。 @mention 在用户名前使用 @ 来通知 GitHub 上的某用户。

GraphQL API / 参考 /

突变

关于突变 每个 GraphQL 架构的查询和突变都有根类型。 变更类型定义更改服务器数据的 GraphQL 操作。 类似于执行 Http 谓词,例如 POST、PATCH 和 DELETE。 有关详细信息,请参阅“使用 GraphQL 建立调用”。 abortQueuedMigrations Clear

参与编写 GitHub Docs / 为 GitHub Docs 编写内容 /

批注代码示例

Modifies the default permissions granted to `GITHUB_TOKEN`. permissions: pull-requests: write # Defines a job with the ID `build` that is stored within the

GitHub Actions / 用例和示例 / 部署 /

部署到 Azure Static Web App

closed] branches: - main permissions: issues: write contents: read pull-requests: write jobs: build_and_deploy: if: github.event_name == 'push' || (github

代码安全 / Dependabot / 使用 Dependabot /

通过 GitHub Actions 自动化 Dependabot

示例: YAML name: Dependabot fetch metadata on: pull_request permissions: pull-requests: write issues: write repository-projects: write jobs: dependabot: runs-on:

REST API / 检查 /

检查运行的 REST API 终结点

REST API/ 检查/ 检查运行 检查运行的 REST API 终结点 使用 REST API 管理检查运行。 Note REST API 与检查交互的写入权限仅适用于 GitHub Apps。 OAuth apps 和经过身份验证的用户可以查看检查运行和检查套件,但无法创建它们。 如果未生成 GitHub

GitHub Actions / 写入工作流 / 选择工作流执行的操作 /

控制 GITHUB_TOKEN 的权限

write 允许操作请求 GitHub Pages 生成。 有关详细信息,请参阅“GitHub 应用程序所需的权限”。 pull-requests 处理拉取请求。 例如,pull-requests: write 允许操作向拉取请求添加标签。 有关详细信息,请参阅“GitHub 应用程序所需的权限”。 repository-projects