Skip to content

Commit

Permalink
Create combine-prs.yml (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc authored Nov 14, 2024
1 parent c77cfff commit 1567832
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Combine Dependabot PRs

on:
workflow_dispatch: # allows you to manually trigger the workflow

# The minimum permissions required to run this Action
permissions:
contents: write
pull-requests: write
checks: read

jobs:
combine-prs:
runs-on: ubuntu-latest

steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v5.1.0
with:
labels: combined-pr

0 comments on commit 1567832

Please sign in to comment.