Skip to main content

214 搜索结果 "pull requests"

GitHub Actions / 部署 / 安全强化部署 /

关于使用 OpenID Connect 进行安全强化

OpenID Connect 允许您的工作流程直接从云提供商交换短期令牌。 Overview of OpenID Connect GitHub Actions workflows are often designed to access a cloud provider (such as AWS, Azure

GitHub Copilot / Copilot Enterprise / Copilot 拉取请求摘要 /

关于 Copilot 拉取请求摘要

使用 Copilot pull request summaries,可以为拉取请求创建 AI 生成的说明。 注意:**** 当前正在查看免费、专业和团队计划的文档。 GitHub Copilot Enterprise 仅适用于 GitHub Enterprise Cloud 计划的客户。 有关 Copilot

REST API / 代码扫描 /

适用于代码扫描的 REST API 终结点

check. For more information, see "Triaging code scanning alerts in pull requests." If you upload to a branch, for example --ref refs/heads/my-branch

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 上的某用户。

REST API /

GitHub REST API 快速入门

了解如何开始使用 GitHub REST API。 Introduction This article describes how to quickly get started with the GitHub REST API using GitHub CLI, curl, or JavaScript

GraphQL API / 参考 /

突变

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

GitHub Actions / 示例 /

使用脚本在运行器上测试代码

obs/assigning-permissions-to-jobs)." # # In this example, the `pull-requests: read` permission is needed for the `trilom/file-changes-action` action

参与编写 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