Skip to content

Commit

Permalink
Feat: Add the automerge shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 6, 2023
1 parent 650d4ed commit 85ec57d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/automerge-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/automerge.yml@feature/autoMergeTest
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'nlb / Get min/max versions'

0 comments on commit 85ec57d

Please sign in to comment.