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

feat: add gcf-owl-bot[bot] to ignoreAuthors #421

Merged
merged 3 commits into from May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
2 changes: 2 additions & 0 deletions .kokoro/release/publish_javadoc11.sh
Expand Up @@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX

# copy README to docfx-yml dir and rename index.md
cp README.md target/docfx-yml/index.md
# copy CHANGELOG to docfx-yml dir and rename history.md
cp CHANGELOG.md target/docfx-yml/history.md

pushd target/docfx-yml

Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-redis.git",
"sha": "1940d118470b2cedf1611c8a8fc41a975190ff54"
"sha": "72b922439f167fd7902f327a852fe7aaaf31ec71"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
}
}
],
Expand Down