Skip to content

Commit

Permalink
Feat: Add automerge github shared workflow (#73)
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 55c6197 commit eab3b4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automerge-caller.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/automerge.yml@feature/autoMergeTest
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@1.0.9
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'nlb / Get min/max versions'
...

0 comments on commit eab3b4e

Please sign in to comment.