From c61f07d4ec12df1f5998427c08a0efe119445f95 Mon Sep 17 00:00:00 2001 From: jackton1 <17484350+jackton1@users.noreply.github.com> Date: Sun, 18 Feb 2024 05:11:49 +0000 Subject: [PATCH] Updated README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 76a3e936..1790bd79 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ [![Test](https://github.com/tj-actions/eslint-changed-files/actions/workflows/test.yml/badge.svg)](https://github.com/tj-actions/eslint-changed-files/actions/workflows/test.yml) [![Update release version.](https://github.com/tj-actions/eslint-changed-files/workflows/Update%20release%20version./badge.svg)](https://github.com/tj-actions/eslint-changed-files/actions?query=workflow%3A%22Update+release+version.%22) + [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) + # eslint-changed-files @@ -131,6 +133,14 @@ Support this project with a :star: # Default: "false" skip_annotations: '' + # Skip initially fetching additional history to improve performance for + # shallow repositories. NOTE: This could lead to errors with + # missing history. It's intended to be used when you've + # fetched all necessary history to perform the diff. + # Type: boolean + # Default: "false" + skip_initial_fetch: '' + # [GITHUB TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) # Type: string # Default: "${{ github.token }}" @@ -152,8 +162,11 @@ Support this project with a :star: Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + +