Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/automerge #54

Merged
merged 27 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1d833b8
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
d2a27ef
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
c233de1
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
da72d5f
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
6bc4c41
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
6b6fc93
Merge branch 'master' of github.com:clouddrove/terraform-aws-cloudwat…
anmolnagpal Dec 5, 2023
867023a
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
b32ef47
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
a8e9b1b
Merge branch 'master' of github.com:clouddrove/terraform-aws-cloudwat…
anmolnagpal Dec 5, 2023
fbbe2f4
Merge branch 'master' of github.com:clouddrove/terraform-aws-cloudwat…
anmolnagpal Dec 5, 2023
bb8e1e8
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
29507e2
Merge branch 'master' of github.com:clouddrove/terraform-aws-cloudwat…
anmolnagpal Dec 5, 2023
ea517dc
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
09e9c36
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
1a9d497
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
f7e81a7
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
eb47811
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
37dcfcb
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
cf6e2de
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
d40d9d4
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
77dffd7
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
a4f369f
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
70fff1f
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
f9a410a
Merge branch 'master' of github.com:clouddrove/terraform-aws-cloudwat…
anmolnagpal Dec 5, 2023
6194be3
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
dd5f708
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
bd7ae42
Feat: update the automerge workflow for static checks
anmolnagpal Dec 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/wait-on-check-action@v1.0.0
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.