Update README.md

This commit is contained in:
Tonye Jack 2021-05-04 14:07:18 -04:00 committed by GitHub
parent b6e5d26963
commit 1046f8a4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Get all modified files relative to the default branch (`pull_request*` events) o
- List all files that have changed - List all files that have changed
- Between the current pull request branch and the default branch - Between the current pull request branch and the default branch
- Between the last commit and the current pushed change. - Between the last commit and the current pushed change.
- List only a subset of files that can be used to detect changes. - Restrict change detection to a subset of files.
- Report on files that have all changed. - Report on files that have all changed.
- Report on files that have at least one file change. - Report on files that have at least one file change.
- Regex pattern matching on a subset of files. - Regex pattern matching on a subset of files.