build(deps): that repo has no CI tests to validate a PR
[benchmarks-js.git] / .github / workflows / combine-prs.yml
CommitLineData
236bf7f6
JB
1name: Combine PRs
2
3on:
4 schedule:
5 - cron: '0 0 * * *'
6 workflow_dispatch:
7
8permissions:
9 contents: write
10 pull-requests: write
11 checks: read
12
13jobs:
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
933dedeb
JB
21 with:
22 ci_required: false