From dc711ae840fb38cf27389845963ef5b81afcb892 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 17 Jun 2021 15:52:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33de6392..6ceee221 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Retrieve all changed files relative to the default branch (`pull_request*` event * Between the last commit and the current pushed change. * Restrict change detection to a subset of files. * Report on files that have at least one change. - * Regex pattern matching on a subset of files. + * [Regex pattern](https://www.gnu.org/software/grep/manual/grep.html#Regular-Expressions) matching on a subset of files. ## Usage