From 6007361a95a47113f6744726ec5cfbc71ef1a92a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 15:44:58 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2413c8bc..c1510c21 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ changed-files ------------- -Get all modified files relative to the default branch or preceding commit. +Get all modified files relative to the default branch (`pull_request*` events) or last commit (`push` events). ## Features -- List all files that have changed . +- List all files that have changed + - Between the current pull request branch and the default branch + - Between the last commit and the current pushed change. - List only a subset of files that can be used to detect changes. - Report on a subset of files that have all change. - Report on a subset of files that have at least one file change.