Skip to content

Commit 2ab8209

Browse files
author
Taniya Mathur
committed
Add .graphql to source_extensions and remove .md
- Add .graphql extension to source_extensions for GraphQL schema change detection - Remove .md extension as it only includes documentation files that don't affect builds
1 parent 1bbf6e4 commit 2ab8209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,10 +1983,10 @@ def get_source_files_checksum(self, directory):
19831983
".yml",
19841984
".json",
19851985
".txt",
1986-
".md",
19871986
".toml",
19881987
".cfg",
19891988
".ini",
1989+
".graphql",
19901990
}
19911991
exclude_dirs = {
19921992
"__pycache__",

0 commit comments

Comments
 (0)