Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# PR-File-Change-Threshold-Comment

## Usage

```YAML
name: File Change Threshold
on:
pull_request

jobs:
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

image