Skip to content

Commit

Permalink
Feat: Add automerge github shared workflow (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: Anmol Nagpal <anmol@clouddrove.com>
  • Loading branch information
vaibhav7797 and anmolnagpal authored Dec 27, 2023
1 parent f78d2ba commit 712fbf2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/automerge.yml@auto_merge.yml@1.0.9
secrets:
GITHUB: ${{ secrets.GITHUB }}
CI_GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
with:
tfcheck: 'tf-checks-replica-mysql-example / Get min/max versions'
...

0 comments on commit 712fbf2

Please sign in to comment.