Skip to content

Commit e716086

Browse files
authored
Merge pull request #27 from clouddrove/azure_4
feat: add automerge
2 parents 4c40ae5 + c1025d2 commit e716086

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Auto merge
3+
on:
4+
pull_request:
5+
jobs:
6+
auto-merge:
7+
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@1.0.9
8+
secrets:
9+
GITHUB: ${{ secrets.GITHUB }}
10+
with:
11+
tfcheck: 'complete / Get min/max versions'
12+
...

0 commit comments

Comments
 (0)