Skip to content

Commit

Permalink
Merge branch 'master' of github.com:clouddrove/terraform-aws-eks-addo…
Browse files Browse the repository at this point in the history
…ns into feat/prom_jaeger
  • Loading branch information
anmolnagpal committed Dec 27, 2023
2 parents 0901f6a + c353265 commit e72e2fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'tf-checks-complete-example / Check code format'
...
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: ${{ env.GH_TOKEN }}

- name: 'Set up Python 3.7'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit e72e2fb

Please sign in to comment.