From c8861e39fad0215affc4e1728df70909e3d59897 Mon Sep 17 00:00:00 2001 From: Toast <96593068+AnxietyisReal@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:25:11 +1000 Subject: [PATCH] Update combine-dependabot-prs.yml --- .github/workflows/combine-dependabot-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-dependabot-prs.yml b/.github/workflows/combine-dependabot-prs.yml index 0b2007b..09bed1d 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -12,7 +12,7 @@ on: description: 'Only combine PRs that are green (status is success). Set to 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' required: true