Skip to content

Commit

Permalink
Merge pull request #84 from kachick/dependabot/github_actions/kachick…
Browse files Browse the repository at this point in the history
…/wait-other-jobs-3.1.0

Bump kachick/wait-other-jobs from 2.0.4 to 3.1.0
  • Loading branch information
kachick authored Apr 19, 2024
2 parents 0eee4a5 + 4f268b2 commit 33ddafe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Wait other jobs
uses: kachick/[email protected]
uses: kachick/wait-other-jobs@v3
with:
skip-same-workflow: 'true'
timeout-minutes: 10
- name: Approve and merge
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash --delete-branch "$PR_URL"
Expand All @@ -52,7 +54,9 @@ jobs:
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/[email protected]
uses: kachick/wait-other-jobs@v3
with:
skip-same-workflow: 'true'
timeout-minutes: 10
- name: Approve and merge
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash --delete-branch "$PR_URL"
Expand All @@ -67,7 +71,9 @@ jobs:
if: ${{ github.actor == 'selfup-runner[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/[email protected]
uses: kachick/wait-other-jobs@v3
with:
skip-same-workflow: 'true'
timeout-minutes: 20
- name: Approve and merge
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --delete-branch --squash "$PR_URL"
Expand Down

0 comments on commit 33ddafe

Please sign in to comment.