Skip to main content

235 Search results for "diff context"

REST API / Pull requests /

REST API endpoints for pull request review comments

REST API/ Pull requests/ Review comments REST API endpoints for pull request review comments Use the REST API to interact with pull request review comments

GitHub Actions / Using workflows /

Workflow syntax for GitHub Actions

A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration. About YAML

GitHub Actions / Using workflows /

Events that trigger workflows

You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs. About

Code security / CodeQL CLI /

CodeQL CLI commands manual

CodeQL CLI commands manual Reference information for the commands available in the most recent release of CodeQL CLI. This content describes the most recent

GitHub Desktop / Overview /

Creating your first repository using GitHub Desktop

You can use GitHub Desktop to create and manage a Git repository without using the command line. Introduction GitHub Desktop is a free, open source application

GraphQL API / Reference /

Objects

About objects Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed. For example

Code security / Code scanning / Integrate with code scanning /

SARIF support for code scanning

To display results from a third-party static analysis tool in your repository on GitHub, you'll need your results stored in a SARIF file that supports

GraphQL API / Reference /

Input objects

About input objects Input objects can be described as "composable objects" because they include a set of input fields that define the object

GitHub Actions / Learn GitHub Actions /

Variables

GitHub sets default variables for each GitHub Actions workflow run. You can also set custom variables for use in a single workflow or multiple workflows

GitHub Desktop / Make changes in a branch /

Committing and reviewing changes to your project in GitHub Desktop

GitHub Desktop tracks all changes to all files as you edit them. You can decide how to group the changes to create meaningful commits. About commits Similar