X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcombine-prs.yml;h=e95334af4393d80b5da523b057163db0e7bf26da;hb=62a7baffdaf232cdaaf94b918c9b8ef43b6bfbb8;hp=3cf3ffebfbd3c3e04d0d7df29cca0404b685b8e7;hpb=2fe46fd0152d4b22a3cbf4172e9744121588aae2;p=poolifier.git diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 3cf3ffeb..e95334af 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -3,7 +3,7 @@ name: Combine PRs on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '0 2 * * *' permissions: contents: write @@ -18,6 +18,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.GH_TOKEN_PROTECTED }}