Skip to content

Commit f1447d8

Browse files
chore: regenerate common templates (#211)
* ci(java): ignore bot users for generate-files-bot Depends on googleapis/repo-automation-bots#1254 Fixes googleapis/repo-automation-bots#1096 Source-Author: Jeff Ching <chingor@google.com> Source-Date: Tue Dec 15 16:16:07 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 3f67ceece7e797a5736a25488aae35405649b90b Source-Link: googleapis/synthtool@3f67cee * chore(java): remove formatter action Source-Author: Jeff Ching <chingor@google.com> Source-Date: Tue Dec 29 10:50:17 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 6133907dbb3ddab204a17a15d5c53ec0aae9b033 Source-Link: googleapis/synthtool@6133907
1 parent 82b7408 commit f1447d8

File tree

3 files changed

+6
-28
lines changed

3 files changed

+6
-28
lines changed

.github/generated-files-bot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ externalManifests:
55
- type: json
66
file: '.github/readme/synth.metadata/synth.metadata'
77
jsonpath: '$.generatedFiles[*]'
8+
ignoreAuthors:
9+
- 'renovate-bot'
10+
- 'yoshi-automation'
11+
- 'release-please[bot]'

.github/workflows/formatting.yaml

-25
This file was deleted.

synth.metadata

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-shared-config.git",
7-
"sha": "329f41993a16830b2a1a4a7080aa15d4d842ba18"
7+
"sha": "82b74087e195cab55dbdbfc1728dbd4ca7871f04"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
14+
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
1515
}
1616
}
1717
],
@@ -29,7 +29,6 @@
2929
".github/workflows/approve-readme.yaml",
3030
".github/workflows/auto-release.yaml",
3131
".github/workflows/ci.yaml",
32-
".github/workflows/formatting.yaml",
3332
".github/workflows/samples.yaml",
3433
".kokoro/build.bat",
3534
".kokoro/build.sh",

0 commit comments

Comments
 (0)