From 86a62064a9f89551736389b59f1900fb9786c6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:03:01 +0000 Subject: [PATCH] :arrow_up: Bump github/combine-prs from 5.1.0 to 5.2.0 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: github/combine-prs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/combineprs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combineprs.yml b/.github/workflows/combineprs.yml index 904ff69..fe6b715 100644 --- a/.github/workflows/combineprs.yml +++ b/.github/workflows/combineprs.yml @@ -18,6 +18,6 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v5.1.0 # where X.X.X is the latest version + uses: github/combine-prs@v5.2.0 # where X.X.X is the latest version with: labels: combined-pr # Optional: add a label to the combined PR