Skip to content

Commit

Permalink
Merge pull request #27 from clouddrove/azure_4
Browse files Browse the repository at this point in the history
feat: add automerge
  • Loading branch information
d4kverma committed Jan 3, 2024
2 parents 4c40ae5 + c1025d2 commit e716086
Showing 1 changed file with 12 additions and 0 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'
...

0 comments on commit e716086

Please sign in to comment.