Skip to content

combine pr's

combine pr's #10

Workflow file for this run

name: combine pr's
on:
workflow_dispatch:
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@v4.0.0