Skip to content

Commit

Permalink
ci(java): ignore bot users for generate-files-bot (#749)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Dec 21, 2020
1 parent e16abc8 commit 7056a5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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]'
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "248ab73eebb9feda94e7e29de591a70c91a064c1"
"sha": "e16abc87a39677a25f2e710efcaa9ccbee422214"
}
},
{
Expand Down Expand Up @@ -50,7 +50,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
}
}
],
Expand Down

0 comments on commit 7056a5f

Please sign in to comment.