Skip to content

Commit

Permalink
chore: combine PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
driimus committed Jan 22, 2024
1 parent 875d97f commit 12c1b8f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/group-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Combine PRs

on:
push:

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:
branch_prefix: renovate
labels: dependencies,combined-pr

0 comments on commit 12c1b8f

Please sign in to comment.