Skip to content

Commit

Permalink
Merge pull request #63 from clouddrove/feature/autoMerge
Browse files Browse the repository at this point in the history
Feat: Add the automerge shared workflow
  • Loading branch information
d4kverma authored Dec 6, 2023
2 parents 650d4ed + 85ec57d commit 4285704
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 4285704

Please sign in to comment.