Skip to content

Commit

Permalink
Extend wait time for auto-merge
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Aug 19, 2023
1 parent f4b701b commit d83c8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Automerge
id: automerge
uses: pascalgn/[email protected].5
uses: pascalgn/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_LABELS: dependencies
MERGE_REQUIRED_APPROVALS: 1
MERGE_RETRY_SLEEP: 120000
MERGE_RETRY_SLEEP: 300000
MERGE_DELETE_BRANCH: true
MERGE_FILTER_AUTHOR: dependabot[bot]

0 comments on commit d83c8d4

Please sign in to comment.