File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ exemptLabels:
1111 - type : process
1212 - type : feature request
1313 - type : docs
14- - buildcop : issue
15- - buildcop : flaky
14+ - flakybot : issue
15+ - flakybot : flaky
1616 - :rotating_light :
1717
1818# Label to use when marking an issue as stale
Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ for file in **/pom.xml; do
198198 fi
199199
200200 # If this is a periodic build, send the test log to the Build Cop Bot.
201- # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop .
201+ # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot .
202202 if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
203- chmod +x $KOKORO_GFILE_DIR /linux_amd64/buildcop
204- $KOKORO_GFILE_DIR /linux_amd64/buildcop
203+ chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
204+ $KOKORO_GFILE_DIR /linux_amd64/flakybot
205205 fi
206206
207207done
You can’t perform that action at this time.
0 commit comments