Skip to content

Commit

Permalink
Feat: Add automerge github shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 21, 2023
1 parent dd2012c commit a8a4c84
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/[email protected]
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'tf-checks-complete-example / Check code format'
...

0 comments on commit a8a4c84

Please sign in to comment.