Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat: add gcf-owl-bot[bot] to ignoreAuthors (#513)
Browse files Browse the repository at this point in the history
* feat: add `gcf-owl-bot[bot]` to `ignoreAuthors`

* feat: add `gcf-owl-bot[bot]` to `ignoreAuthors`

Related: googleapis/repo-automation-bots#1751

* feat: add `yoshi-automation` to `ignoreAuthors`

Source-Author: Daniel Bankhead <danielbankhead@google.com>
Source-Date: Tue May 18 15:08:47 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 7332178a11ddddc91188dc0f25bca1ccadcaa6c6
Source-Link: googleapis/synthtool@7332178

* chore: dump maven version along with java

Source-Author: Igor Bernstein <igorbernstein@google.com>
Source-Date: Thu May 20 10:56:02 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 8eae0234a16b26c2ff616d305dbd9786c8b10a47
Source-Link: googleapis/synthtool@8eae023
  • Loading branch information
yoshi-automation committed May 31, 2021
1 parent 9f8078a commit a2b3195
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/generated-files-bot.yml
Expand Up @@ -9,3 +9,4 @@ ignoreAuthors:
- 'renovate-bot'
- 'yoshi-automation'
- 'release-please[bot]'
- 'gcf-owl-bot[bot]'
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Expand Up @@ -23,8 +23,8 @@ cd ${scriptDir}/..
# include common functions
source ${scriptDir}/common.sh

# Print out Java version
java -version
# Print out Maven & Java version
mvn -version
echo ${JOB_TYPE}

# attempt to install 3 times with exponential backoff (starting with 10 seconds)
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-securitycenter.git",
"sha": "74523c14efb61fa0a0ee7a4bcd6c7b6b86cb3e13"
"sha": "9f8078aa8bbafdd98a719ba785b8521224d1f115"
}
},
{
Expand Down Expand Up @@ -35,7 +35,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "c86c7a60985644eab557949363a38301d40d78d2"
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
}
}
],
Expand Down

0 comments on commit a2b3195

Please sign in to comment.