build(deps): Bump github/combine-prs from 4.0.0 to 4.1.0
[e-mobility-charging-stations-simulator.git] / .github / workflows / combine-prs.yml
1 name: Combine PRs
2
3 on:
4 schedule:
5 - cron: '0 2 * * *'
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@v4.1.0
21 with:
22 github_token: ${{ secrets.SECRET_TOKEN }}