Skip to content

Commit

Permalink
Merge pull request #27 from clouddrove/fix/update
Browse files Browse the repository at this point in the history
Fix: updated automerge workflow
  • Loading branch information
d4kverma authored Sep 12, 2024
2 parents 27e89f2 + dc1c5e6 commit 4a1e50e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@master
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'basic / Check code format'
...
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@master
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'complete-example / Check code format'
...

0 comments on commit 4a1e50e

Please sign in to comment.