diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 2a846ba9..4176c0cf 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,13 +1,15 @@ name: automerge on: schedule: - - cron: '59 7 * * 3' + - cron: "59 7 * * 3-4" jobs: automerge: runs-on: ubuntu-latest steps: - - name: automerge + - id: automerge + name: automerge uses: "pascalgn/automerge-action@v0.16.2" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - MERGE_LABELS: "" \ No newline at end of file + MERGE_LABELS: "" + LOG: "DEBUG"