Skip to content

Commit

Permalink
ci: update automerge.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Apr 12, 2024
1 parent fd5acc5 commit 1f455a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: automerge
on:
workflow_dispatch:
schedule:
- cron: "17 2,5,8,11 * * *"
- cron: "30 2,5,8,11 * * *"

jobs:
automerge:
uses: oclif/github-workflows/.github/workflows/automerge.yml@main
secrets: inherit
uses: salesforcecli/github-workflows/.github/workflows/automerge.yml@main
secrets:
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}

0 comments on commit 1f455a0

Please sign in to comment.