Skip to content

Commit b1ba49f

Browse files
committed
chore(java-bigquerystorage): migrate owlbot.py
1 parent 8ee6729 commit b1ba49f

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

java-bigquerystorage/owlbot.py

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,37 @@
1515
import synthtool as s
1616
from synthtool.languages import java
1717

18-
1918
for library in s.get_staging_dirs():
2019
# put any special-case replacements here
2120
s.move(library)
2221

2322
s.remove_staging_dirs()
24-
java.common_templates(
25-
excludes=[
26-
"renovate.json",
23+
java.common_templates(monorepo=True, excludes=[
24+
".github/*",
25+
".github/workflows/approve-readme.yaml",
26+
".github/workflows/auto-release.yaml",
27+
".github/workflows/ci.yaml",
28+
".github/workflows/samples.yaml.kokoro/requirements.in",
29+
".gitignore",
30+
".kokoro/*",
2731
".kokoro/build.sh",
32+
".kokoro/dependencies.sh",
2833
".kokoro/nightly/retry_non_quota.cfg",
2934
".kokoro/nightly/retry_quota.cfg",
3035
".kokoro/nightly/samples.cfg",
31-
".kokoro/presubmit/samples.cfg",
3236
".kokoro/presubmit/graalvm-native-17.cfg",
33-
".kokoro/presubmit/graalvm-native.cfg",
3437
".kokoro/presubmit/graalvm-native-a.cfg",
3538
".kokoro/presubmit/graalvm-native-b.cfg",
3639
".kokoro/presubmit/graalvm-native-c.cfg",
37-
".kokoro/dependencies.sh",
38-
".github/workflows/approve-readme.yaml",
39-
".github/workflows/auto-release.yaml",
40-
".github/workflows/ci.yaml",
41-
".github/workflows/samples.yaml"
42-
".kokoro/requirements.in",
43-
".kokoro/requirements.txt"
44-
]
45-
)
40+
".kokoro/presubmit/graalvm-native.cfg",
41+
".kokoro/presubmit/samples.cfg",
42+
".kokoro/requirements.txt",
43+
"CODE_OF_CONDUCT.md",
44+
"CONTRIBUTING.md",
45+
"LICENSE",
46+
"SECURITY.md",
47+
"java.header",
48+
"license-checks.xml",
49+
"renovate.json",
50+
"samples/*"
51+
])

0 commit comments

Comments
 (0)