Skip to content

Commit

Permalink
Bump kachick/wait-other-jobs from 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [kachick/wait-other-jobs](https://github.com/kachick/wait-other-jobs) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/kachick/wait-other-jobs/releases)
- [Commits](kachick/wait-other-jobs@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: kachick/wait-other-jobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 54479ea commit 9f51562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: dependabot/[email protected]
- name: Wait other jobs
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
uses: kachick/[email protected].2
uses: kachick/[email protected].3
timeout-minutes: 10
- name: Approve and merge
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
Expand All @@ -40,7 +40,7 @@ jobs:
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/[email protected].2
uses: kachick/[email protected].3
timeout-minutes: 10
- name: Approve and merge
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL"
Expand All @@ -55,7 +55,7 @@ jobs:
if: ${{ github.actor == 'selfup-runner[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/[email protected].2
uses: kachick/[email protected].3
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 9f51562

Please sign in to comment.