Skip to content

Commit

Permalink
Feature/automerge (#54)
Browse files Browse the repository at this point in the history
* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

* Feat: update the automerge workflow for static checks

---------

Co-authored-by: Anmol Nagpal <[email protected]>
  • Loading branch information
vaibhav7797 and anmolnagpal authored Dec 5, 2023
1 parent 5b9341f commit c7230fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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 "testing" to succeed
- name: Wait for "tflint" to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Static test checks'
check-name: 'tf-lint / tflint'
repo-token: ${{ secrets.GITHUB }}
wait-interval: 30

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit c7230fb

Please sign in to comment.