From e0da07b6e1284cf334bacd2259390f9a1e66099e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 4 Aug 2023 01:21:13 +0200 Subject: [PATCH 1/2] Mention hidden files in github-action.md --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index c7803ec83..cc3678d44 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -53,7 +53,7 @@ suggestions based on that local diff](https://github.com/getsentry/action-git-di | Name | Description | Required | Default | |------|-------------|----------|---------| -| files| Files or patterns to check | false | If not defined, entire repository is checked | +| files| Files or patterns to check | false | If not defined, entire repository is checked except hidden files | | isolated | Ignore implicit configuration files | false | false| | config | Use a custom config file (must exist) | false | not set | | write_changes | Writes changes on the Action's local checkout | false | false | From 813afdca4b6241b189293e50f3081dae0c6ee25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 4 Aug 2023 03:13:43 +0200 Subject: [PATCH 2/2] Improve action docs --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index cc3678d44..be7566bb9 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -53,7 +53,7 @@ suggestions based on that local diff](https://github.com/getsentry/action-git-di | Name | Description | Required | Default | |------|-------------|----------|---------| -| files| Files or patterns to check | false | If not defined, entire repository is checked except hidden files | +| files| Files or patterns to check | false | If not defined, the default set of files are checked | | isolated | Ignore implicit configuration files | false | false| | config | Use a custom config file (must exist) | false | not set | | write_changes | Writes changes on the Action's local checkout | false | false |