Skip to content

Commit

Permalink
feat: implement auto merge (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Sep 20, 2024
1 parent 24fedf5 commit f72a601
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Renovate Auto Merge

on:
pull_request:
types: [opened, reopened, ready_for_review]

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@ab2672ba2fbed7e70e00087cbed14b9d4f923579 # 1.2.0
secrets: inherit

0 comments on commit f72a601

Please sign in to comment.