Skip to main content

281 Search results for "diff context"

GitHub Copilot / Use GitHub Copilot / Copilot for pull requests /

Using Copilot to help you work on a pull request

list to open the file in the Workspace editor. The file is displayed in a diff view. You can change the view if required. See Changing the Workspace options

Codespaces / Developing in a codespace /

Using GitHub Codespaces for pull requests

file's name in the "GitHub Pull Request" side bar. This displays a diff view in the editor, with the version of the file from the base branch on

Webhooks /

Webhook events and payloads

review comment. A pull request review comment is a comment on a pull request's diff. For more information, see "Commenting on a pull request." For

GitHub Actions / Share automations /

Reusing workflows

When a reusable workflow is triggered by a caller workflow, the github context is always associated with the caller workflow. The called workflow is automatically

REST API / Markdown /

REST API endpoints for Markdown

one of: markdown, gfm context string The repository context to use when creating references in gfm mode. For example, setting context to octo-org/octo-repo

GitHub Copilot / Use GitHub Copilot / Copilot Chat /

Indexing repositories for Copilot Chat

Copilot Chat's ability to answer natural language questions in a repository context is optimized when the semantic code search index for the repository is up

Billing and payments / Billing platform /

About billing on GitHub

switch between the billing settings for each of your accounts by using the context switcher. See Switching between settings for your different accounts. The

REST API / Guides /

Working with comments

fetch information about each one. Pull Request Comments on a Line Within the diff view, you can start a discussion on a particular aspect of a singular change

GitHub Copilot / Copilot Chat Cookbook / Refactoring code /

Refactoring data access layers

connection details. Use parameterized queries to prevent SQL injection. Use a context manager to ensure that the database connection is properly closed if an

GitHub Packages / Managing GitHub packages with workflows /

Publishing and installing a package with GitHub Actions

GITHUB_TOKEN in your workflow file using the ${{ secrets.GITHUB_TOKEN }} context. For more information, see Automatic token authentication. About permissions