Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brightspace/pull-request-diff-comment-action

Github action for attaching diffs as pull request comments.
https://github.com/brightspace/pull-request-diff-comment-action

Last synced: 5 days ago
JSON representation

Github action for attaching diffs as pull request comments.

Awesome Lists containing this project

README

        

# pull-request-diff-comment-action

Adds/hides diff comments on pull requests.

## Usage

```yml
name: "example"
on: [ pull_request ]

jobs:

job:
runs-on: ubuntu-latest
steps:
- uses: Brightspace/[email protected]
with:
diff-path: ./attachment.diff
github-token: ${{secrets.GITHUB_TOKEN}}
```