Skip to content

Commit

Permalink
feat: add automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jan 2, 2024
1 parent 3c3bdd6 commit 6b44ef5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
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/auto_merge.yml@1.0.9
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'complete / Get min/max versions'
...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<h1 align="center">
Terraform AZURE VIRTUAL NETWORK
Terraform AZURE VNET
</h1>

<p align="center" style="font-size: 1.2rem;">
Expand Down
3 changes: 1 addition & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
# Run `make readme` to rebuild the `README.md`
#


# Name of this project
name: Terraform AZURE VIRTUAL NETWORK
name: Terraform AZURE VNET

# License of this project
license: "APACHE"
Expand Down

0 comments on commit 6b44ef5

Please sign in to comment.