Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
attempt-backport: temporary disable dont-land-on-* labels
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
commit 35d2809532f67b03d899ec56d37a2245e09b492b
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