From 1813ee089267c845590138633aee9c296971afac Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Mon, 22 Jan 2024 17:21:35 -0500 Subject: [PATCH] PR: Update combining action default options --- .github/workflows/combine-bot-prs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/combine-bot-prs.yml b/.github/workflows/combine-bot-prs.yml index c559240eac..a3aa8f4204 100644 --- a/.github/workflows/combine-bot-prs.yml +++ b/.github/workflows/combine-bot-prs.yml @@ -22,10 +22,10 @@ on: default: 'dependabot' mustBeGreen: - description: 'Only combine PRs that are green (status is success). Set to false if repo does not run checks' + description: 'Only combine PRs that are green (status is success). Keep false if repo does not run checks' type: boolean required: true - default: true + default: false combineBranchName: description: 'Name of the branch to combine PRs into' @@ -35,7 +35,7 @@ on: ignoreLabel: description: 'Exclude PRs with this label' required: true - default: 'nocombine' + default: 'DO NOT MERGE' jobs: combine-bot-prs: