Skip to content

Commit

Permalink
Feat: update the automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 6, 2023
1 parent 80eb4ec commit 678aaa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
# if: github.actor == 'dependabot[bot]'
steps:
- name: Wait for "tflint" to succeed
- name: Wait for "tfcheck" to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'tf-lint / tflint'
check-name: 'tf-checks-website-s3-example / Check code format'
repo-token: ${{ secrets.GITHUB }}
wait-interval: 30

Expand Down

0 comments on commit 678aaa3

Please sign in to comment.