Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brightspace/pull-request-diff-comment-action
- Owner: Brightspace
- License: mit
- Created: 2020-11-02T05:41:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T16:30:06.000Z (about 1 year ago)
- Last Synced: 2024-10-14T02:02:48.644Z (about 1 month ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}
```