Skip to content

Commit 5688b42

Browse files
committed
attempt-backport: remove outdated comment
Refs: #104
1 parent 3f2099d commit 5688b42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/attempt-backport.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ function attemptBackport (options, version, isLTS, cb) {
219219
if (isLTS) {
220220
fetchExistingThenUpdatePr(options, [`lts-watch-v${version}.x`])
221221
} else {
222-
// TODO(Fishrock123): Re-enable this, but do a check first
223-
// to make sure the label was set by the bot only.
224222
getBotPrLabels(options, (err, ourLabels) => {
225223
if (err) {
226224
options.logger.error(err, 'Error fetching existing bot labels')

0 commit comments

Comments
 (0)