From 77f0f37a64d439f4548603b6c369f1fb7482a064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:37:15 +0000 Subject: [PATCH] Bump github/combine-prs from 3.1.1 to 3.1.2 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: github/combine-prs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 60a57a9..e60aebd 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: combine-dependabot-prs - uses: github/combine-prs@v3.1.1 + uses: github/combine-prs@v3.1.2 with: branch_regex: ^(dependa|wrapper)bot\/.*$ github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}