Skip to content

Commit

Permalink
Fix pointing action
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 4, 2022
1 parent 8372192 commit 7d7c643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- uses: actions/checkout@v3
- name: Wait other jobs are passed or failed
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
uses: ./
timeout-minutes: 30
uses: kachick/wait-other-jobs@v1
timeout-minutes: 5
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Auto approve and merge
Expand Down

0 comments on commit 7d7c643

Please sign in to comment.