X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcombine-prs.yml;h=06fdf4dc8eb931d9f4248ba7d393c7fcf1f64888;hb=5dcb9d4945027c6be39e4342f1627ea2da3813b7;hp=0e81d2780aac284bb07099ebb0025cda48705b73;hpb=e5485e24a540c7e0102f6721897e80fa79ce3533;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 0e81d278..06fdf4dc 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -2,7 +2,7 @@ name: Combine PRs on: schedule: - - cron: '0 0 * * *' + - cron: '0 2 * * *' workflow_dispatch: permissions: @@ -17,6 +17,6 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v4.0.0 + uses: github/combine-prs@v5.0.0 with: github_token: ${{ secrets.SECRET_TOKEN }}