Skip to content

Commit ecb3fdf

Browse files
authored
chore: Telling owlbot to ignore these files & it's a monorepo (#1372)
* chore: Telling owlbot to ignore these files & it's a monorepo
1 parent ca28eb9 commit ecb3fdf

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

java-common-protos/owlbot.py

+13-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,17 @@
3434
s.move(library)
3535

3636
s.remove_staging_dirs()
37-
java.common_templates(excludes=[
38-
'README.md',
39-
'samples/*',
40-
'.github/workflows/samples.yaml',
41-
'.kokoro/dependencies.sh',
37+
java.common_templates(monorepo=True,excludes=[
38+
".github/*",
39+
".kokoro/*",
40+
"CODE_OF_CONDUCT.md",
41+
"CONTRIBUTING.md",
42+
"LICENSE",
43+
"SECURITY.md",
44+
"java.header",
45+
"license-checks.xml",
46+
"README.md",
47+
"samples/*",
48+
"renovate.json",
49+
".gitignore"
4250
])

java-iam/owlbot.py

+13-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,17 @@
2222
s.move(library)
2323

2424
s.remove_staging_dirs()
25-
java.common_templates(excludes=[
26-
'README.md',
27-
'samples/*',
28-
'.github/workflows/samples.yaml',
25+
java.common_templates(monorepo=True,excludes=[
26+
".github/*",
27+
".kokoro/*",
28+
"CODE_OF_CONDUCT.md",
29+
"CONTRIBUTING.md",
30+
"LICENSE",
31+
"SECURITY.md",
32+
"java.header",
33+
"license-checks.xml",
34+
"README.md",
35+
"samples/*",
36+
"renovate.json",
37+
".gitignore"
2938
])

0 commit comments

Comments
 (0)