From 1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Mon, 20 May 2024 22:21:52 -0600 Subject: [PATCH] Updated README.md (#2099) Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7a31c19a..72be1d02 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,15 @@ Support this project with a :star: # Default: "false" skip_initial_fetch: '' + # Tags pattern to ignore. + # Type: string + tags_ignore_pattern: '' + + # Tags pattern to include. + # Type: string + # Default: "*" + tags_pattern: '' + # GitHub token used to fetch # changed files from Github's API. # Type: string