Skip to content

Commit

Permalink
attempt-backport: temporary disable dont-land-on-* labels (#118)
Browse files Browse the repository at this point in the history
There's been some concerns about auto labelling `dont-land-on-*` labels lately,
especially since the bot is often wrongly adding these labels ATM. Therefore
temporarily disabling that functionality to avoid further damage.

Refs #116
  • Loading branch information
phillipj committed Jan 27, 2017
1 parent 3f881a2 commit acd5bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/attempt-backport.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function attemptBackport (options, version, isLTS, cb) {
options.logger.debug(`backport to ${version} failed`)

if (!isLTS) {
fetchExistingThenUpdatePr(options, [`dont-land-on-v${version}.x`])
options.logger.debug(`Should have added (but temporary disabled): dont-land-on-v${version}.x`)
} else {
getBotPrLabels(options, (err, ourLabels) => {
if (err) {
Expand Down

0 comments on commit acd5bc1

Please sign in to comment.