281 Search results for "diff context"
GitHub Actions / Security / Security guides /
Using GitHub's security features to secure your use of GitHub Actions
an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request. Dependency review
GitHub Actions / Write workflows /
Workflow syntax for GitHub Actions
This value can include expressions and can reference the github and inputs contexts.
Example of run-name
run-name: Deploy to ${{ inputs.deploy_target }} by
GraphQL API / Reference /
Objects
branches.
requiredStatusCheckContexts ([String])
List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusChecks
Code security / Code scanning / Integrate with code scanning /
SARIF support for code scanning
development workflows by enabling developers to address issues directly in the context of their codebase.
Code scanning will also display alerts in pull request
GraphQL API / Reference /
Input objects
addPullRequestReviewComment mutation.
position (Int)
The line index in the diff to comment on.
Upcoming Change on 2023-10-01 UTC
Description: position will
GitHub Desktop / Make changes in a branch /
Committing and reviewing changes to your project in GitHub Desktop
diffs, in the top-right corner of the diff view, click
.
To change how the entire diff is displayed, under "Diff display", select Unified or Split
GitHub Actions / Write workflows / Choose what workflows do /
Store information in variables
access env variable values using runner environment variables or using contexts. The example above shows three custom variables being used as runner environment
GitHub Copilot / Responsible use /
Responsible use of GitHub Copilot pull request summaries
optimize an author's ability to quickly provide context when they request a human review that requires sharing context of the changes that were made. It may help
GitHub Copilot / Responsible use /
Responsible use of GitHub Copilot text completion
quickly provide context to the human reviewers of the pull request. When reviewing a pull request it is valuable to understand context such as why changes
Get started / Writing on GitHub / Work with advanced formatting /
Organizing information with tables
Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
If you are frequently