1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-11 02:13:47 +00:00

enable combine dependabot prs action

This commit is contained in:
Jason Hall 2021-08-06 09:19:38 -04:00
parent 5a8c8ceb81
commit 1d1de5caa3

View file

@ -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