Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit a9e962c

Browse files
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
1 parent 3fa869d commit a9e962c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/generated-files-bot.yml

Lines changed: 4 additions & 0 deletions
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]'

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "20aef28ee5fc0f7b633e50734266bf614c19502d"
14+
"sha": "3fa869d44202eb8d4cae6b611e5feabf867fbf86"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
53+
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)