ef71d86f78df3c0a7ce1a223ee51e298aa736f1a
[benchmarks-js.git] / .github / workflows / combine-prs.yml
1 name: Combine PRs
2
3 on:
4 schedule:
5 - cron: '0 0 * * *'
6 workflow_dispatch:
7
8 permissions:
9 contents: write
10 pull-requests: write
11 checks: read
12
13 jobs:
14 combine-prs:
15 runs-on: ubuntu-latest
16
17 steps:
18 - name: combine-prs
19 id: combine-prs
20 uses: github/combine-prs@v3.1.2
21 with:
22 ci_required: false