Skip to content

Combine PRs

Combine PRs #391

Workflow file for this run

name: Combine PRs
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
permissions:
contents: write
pull-requests: write
checks: read
jobs:
combine-prs:
if: github.repository == 'poolifier/poolifier-web-worker'
runs-on: ubuntu-latest
steps:
- name: combine-prs
id: combine-prs
uses: github/[email protected]