Skip to content

Commit 49c98b2

Browse files
chore: synthtool config changes (#998)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore(java): remove readme autosynth job config README generation is now handled by owlbot Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 8 12:11:28 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: df5093b950d4aafd49a4c7758d74c44485263ada Source-Link: googleapis/synthtool@df5093b * chore: remove readme synth.py config Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 8 13:23:41 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 2d31a9243781b282202b4f76dc7bbc8b45803196 Source-Link: googleapis/synthtool@2d31a92 * chore: add gcf-owl-bot to list of trusted contributors Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 8 13:42:12 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: a6b97202771f89a4b76873d43ea9a07d7fc95f91 Source-Link: googleapis/synthtool@a6b9720
1 parent f5321fe commit 49c98b2

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.github/readme/synth.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/trusted-contribution.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
trustedContributors:
2-
- renovate-bot
2+
- renovate-bot
3+
- gcf-owl-bot[bot]

synth.metadata

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "a3719122294080f2214e522d779d6f2344b6aaef"
7+
"sha": "f5321feefc8eb300eb66411db19c93042beb7d4b"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "17ee6e5c08f2eb47029beee4776ce990e56b3925"
22+
"sha": "a6b97202771f89a4b76873d43ea9a07d7fc95f91"
2323
}
2424
}
2525
],
@@ -50,7 +50,6 @@
5050
".github/PULL_REQUEST_TEMPLATE.md",
5151
".github/blunderbuss.yml",
5252
".github/generated-files-bot.yml",
53-
".github/readme/synth.py",
5453
".github/release-please.yml",
5554
".github/release-trigger.yml",
5655
".github/snippet-bot.yml",
@@ -67,7 +66,6 @@
6766
".kokoro/common.sh",
6867
".kokoro/continuous/common.cfg",
6968
".kokoro/continuous/java8.cfg",
70-
".kokoro/continuous/readme.cfg",
7169
".kokoro/dependencies.sh",
7270
".kokoro/nightly/common.cfg",
7371
".kokoro/nightly/java11.cfg",

0 commit comments

Comments
 (0)