Skip to content

Commit

Permalink
chore: regenerate common templates (#211)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yoshi-automation committed Dec 30, 2020
1 parent 82b7408 commit f1447d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
4 changes: 4 additions & 0 deletions .github/generated-files-bot.yml
Expand Up @@ -5,3 +5,7 @@ externalManifests:
- type: json
file: '.github/readme/synth.metadata/synth.metadata'
jsonpath: '$.generatedFiles[*]'
ignoreAuthors:
- 'renovate-bot'
- 'yoshi-automation'
- 'release-please[bot]'
25 changes: 0 additions & 25 deletions .github/workflows/formatting.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-config.git",
"sha": "329f41993a16830b2a1a4a7080aa15d4d842ba18"
"sha": "82b74087e195cab55dbdbfc1728dbd4ca7871f04"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
}
}
],
Expand All @@ -29,7 +29,6 @@
".github/workflows/approve-readme.yaml",
".github/workflows/auto-release.yaml",
".github/workflows/ci.yaml",
".github/workflows/formatting.yaml",
".github/workflows/samples.yaml",
".kokoro/build.bat",
".kokoro/build.sh",
Expand Down

0 comments on commit f1447d8

Please sign in to comment.