This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new f75671454c9 [HUDI-5192] add non-code file extensions to ignore list
(#7597)
f75671454c9 is described below
commit f75671454c9ffef4b1317c829c3b06cc4828bf21
Author: Jon Vexler <[email protected]>
AuthorDate: Fri Jan 6 12:08:44 2023 -0500
[HUDI-5192] add non-code file extensions to ignore list (#7597)
Co-authored-by: Jonathan Vexler <=>
---
.github/workflows/bot.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index 9b6b6e9729f..67fc37b37f2 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -6,6 +6,15 @@ on:
- master
- 'release-*'
pull_request:
+ paths-ignore:
+ - '**.bmp'
+ - '**.gif'
+ - '**.jpg'
+ - '**.jpeg'
+ - '**.md'
+ - '**.pdf'
+ - '**.png'
+ - '**.svg'
branches:
- master
- 'release-*'