Skip to content

Commit f5a13e1

Browse files
authored
fix: remove header checks for config files that don't have headers (#10140)
resolves PR to remove flakybot configuration.
1 parent ec764be commit f5a13e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/header-checker-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ sourceFileExtensions:
3838
- 'yml'
3939
ignoreFiles:
4040
- '.github/auto-label.yaml'
41+
- '.github/auto-approve.yml'
42+
- '.github/renovate.json5'
43+
- '.github/snippet-bot.yml'
44+
- '.github/stale.yml'
4145
- '.github/sync-repo-settings.yaml'
4246
ignoreLicenseYear: true

0 commit comments

Comments
 (0)