Skip to content

Commit 3e5397e

Browse files
jedcunninghamephraimbuddy
authored andcommitted
Add more to the ignore list for non-core changes (#26355)
(cherry picked from commit b966b8d)
1 parent 5a0a8f1 commit 3e5397e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/airflow-github

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ def is_core_commit(files: List[str]) -> bool:
162162
"docker_tests/",
163163
".asf.yaml",
164164
".mailmap",
165+
"breeze-legacy",
166+
"breeze-complete",
167+
".rat-excludes",
168+
".gitattributes",
169+
".gitpod.yml",
170+
"generated/",
165171
]
166172

167173
for file in files:

0 commit comments

Comments
 (0)