From 1d1de5caa3b51f2a5a874d05f2ff2ee46bd7355a Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 6 Aug 2021 09:19:38 -0400 Subject: [PATCH] enable combine dependabot prs action --- .github/workflows/combine-dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/combine-dependabot.yaml diff --git a/.github/workflows/combine-dependabot.yaml b/.github/workflows/combine-dependabot.yaml new file mode 100644 index 0000000..7d10f55 --- /dev/null +++ b/.github/workflows/combine-dependabot.yaml @@ -0,0 +1,8 @@ +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