Skip to content

Commit

Permalink
attempt-backport: remove outdated comment
Browse files Browse the repository at this point in the history
Refs: #104
  • Loading branch information
Fishrock123 committed Jan 5, 2017
1 parent 3f2099d commit 5688b42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/attempt-backport.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ function attemptBackport (options, version, isLTS, cb) {
if (isLTS) {
fetchExistingThenUpdatePr(options, [`lts-watch-v${version}.x`])
} else {
// TODO(Fishrock123): Re-enable this, but do a check first
// to make sure the label was set by the bot only.
getBotPrLabels(options, (err, ourLabels) => {
if (err) {
options.logger.error(err, 'Error fetching existing bot labels')
Expand Down

0 comments on commit 5688b42

Please sign in to comment.