From a0edbde34ca15696371c60639fc998ae8090dcfd Mon Sep 17 00:00:00 2001 From: Nathan Verzemnieks Date: Mon, 9 Sep 2024 21:58:02 +0200 Subject: [PATCH] fix workflow repository name --- .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 ded3a0e..67a87d4 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.com/combine-prs@v5.1.0 + uses: github/combine-prs@v5.1.0 with: labels: combined-pr branch_prefix: dependabot # the default, just for clarity