ci: ignore changelog and tests when testing action (#5206)

Align FILTER_REGEX_IGNORE configuration when testing the local action to
the one we use in Makefile
This commit is contained in:
Marco Ferrari 2024-01-31 11:26:01 +01:00 committed by GitHub
parent ace79ca403
commit bcbc45aa63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,6 +111,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
GITLEAKS_CONFIG_FILE: .gitleaks-ignore-tests.toml
FILTER_REGEX_EXCLUDE: ".*(/test/linters/|CHANGELOG.md).*"
RENOVATE_SHAREABLE_CONFIG_PRESET_FILE_NAMES: "default.json,hoge.json"
TYPESCRIPT_STANDARD_TSCONFIG_FILE: ".github/linters/tsconfig.json"