8000 buildcop => flakybot (#4610) · coderatgoogle/java-docs-samples@a64a376 · GitHub
[go: up one dir, main page]

Skip to content

Commit a64a376

Browse files
authored
buildcop => flakybot (GoogleCloudPlatform#4610)
* buildcop => flakybot * Update stale.yml
1 parent 250ee34 commit a64a376

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.kokoro/tests/run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

207207
done

0 commit comments

Comments
 (0)
0