From ca1a24f95596794eeaec2322d02a3798243b3eaa Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 24 Sep 2021 21:36:13 -0400 Subject: [PATCH] Delete combine-dependabot.yaml --- .github/workflows/combine-dependabot.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/workflows/combine-dependabot.yaml diff --git a/.github/workflows/combine-dependabot.yaml b/.github/workflows/combine-dependabot.yaml deleted file mode 100644 index 7d10f55..0000000 --- a/.github/workflows/combine-dependabot.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: Combine Dependabot PRs -on: ['workflow_dispatch', 'pull_request'] -jobs: - combine-prs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.3 - - uses: maadhattah/combine-dependabot-prs@main