From 546fef0d20716348ac396ee9624fbdb6c9bbbff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:46:27 +0000 Subject: [PATCH] chore(deps): update github/combine-prs action to v3.1.2 (#1069) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/combine_prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine_prs.yml b/.github/workflows/combine_prs.yml index 3d1fa9f30..d6e494a5f 100644 --- a/.github/workflows/combine_prs.yml +++ b/.github/workflows/combine_prs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v3.1.1 + uses: github/combine-prs@v3.1.2 with: branch_prefix: 'combine-prs' pr_title: 'chore: combine renovate[bot] PRs'