Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachin-chaurasiya/pr-file-change-comment
Comment on pull request when number of file changes exceeds threshold.
https://github.com/sachin-chaurasiya/pr-file-change-comment
code-quality code-review github-actions
Last synced: about 1 month ago
JSON representation
Comment on pull request when number of file changes exceeds threshold.
- Host: GitHub
- URL: https://github.com/sachin-chaurasiya/pr-file-change-comment
- Owner: Sachin-chaurasiya
- Created: 2023-01-19T14:28:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T14:50:47.000Z (about 2 years ago)
- Last Synced: 2024-10-11T13:17:55.161Z (3 months ago)
- Topics: code-quality, code-review, github-actions
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PR-File-Change-Threshold-Comment
## Usage
```YAML
name: File Change Threshold
on:
pull_requestjobs:
file_change_threshold:
runs-on: ubuntu-latest
steps:
- name: Check file change threshold
uses: Sachin-chaurasiya/PR-File-Change-Threshold-Comment@main
with:
threshold: 5
github_token: ${{ secrets.GITHUB_TOKEN }}```
## Example Comment