Update README.md
This commit is contained in:
parent
e4fdf56472
commit
69a29db2d7
@ -22,18 +22,17 @@ Retrieve all changed files relative to the target branch (`pull_request*` based
|
|||||||
* Boolean output indicating that certain files have been changed.
|
* Boolean output indicating that certain files have been changed.
|
||||||
* Scales to large repositories.
|
* Scales to large repositories.
|
||||||
* Git submodules support.
|
* Git submodules support.
|
||||||
* Multiple repositories support.
|
* Monorepos (Fetches only the last remote commit).
|
||||||
|
* Supports all platforms (Linux, MacOS, Windows).
|
||||||
* [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) support
|
* [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) support
|
||||||
* [GitHub Enterprise Server](https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server) support.
|
* [GitHub Enterprise Server](https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server) support.
|
||||||
* [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) support.
|
* [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) support.
|
||||||
* Monorepos (Fetches only the last remote commit).
|
* List all files that have changed:
|
||||||
* Supports all platforms (Linux, MacOS, Windows).
|
|
||||||
* List all files that have changed.
|
|
||||||
* Between the current pull request branch and the last commit on the target branch.
|
* Between the current pull request branch and the last commit on the target branch.
|
||||||
* Between the current pull request branch and the fork point on the target branch.
|
* Between the current pull request branch and the fork point on the target branch.
|
||||||
* Between the last commit and the current pushed change.
|
* Between the last commit and the current pushed change.
|
||||||
* Between the last remote branch commit and the current HEAD.
|
* Between the last remote branch commit and the current HEAD.
|
||||||
* Restrict change detection to a subset of files.
|
* Restrict change detection to a subset of files:
|
||||||
* Report on files that have at least one change.
|
* Report on files that have at least one change.
|
||||||
* Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching.
|
* Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user