Skip to content

Commit

Permalink
Update automerge version and schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjukwon committed Feb 29, 2024
1 parent de4234c commit d4b7ac8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -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: ""
MERGE_LABELS: ""
LOG: "DEBUG"

0 comments on commit d4b7ac8

Please sign in to comment.