Skip to content

Commit

Permalink
Create combine-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
njvrzm authored Sep 10, 2024
1 parent b785176 commit c8ca78d
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 PRs

on:
workflow_dispatch: # manual activation, for now

permissions:
contents: write
pull-requests: write
checks: read

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

steps:
- name: combine-prs
id: combine-prs
uses: github/[email protected]
with:
labels: combined-pr
branch_prefix: dependabot # the default, just for clarity

0 comments on commit c8ca78d

Please sign in to comment.