Skip to content

Commit acd5bc1

Browse files
authored
attempt-backport: temporary disable dont-land-on-* labels (#118)
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
1 parent 3f881a2 commit acd5bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/attempt-backport.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function attemptBackport (options, version, isLTS, cb) {
132132
options.logger.debug(`backport to ${version} failed`)
133133

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

0 commit comments

Comments
 (0)