Skip to content

Commit

Permalink
chore(.github): add backport workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Dec 18, 2023
1 parent eaaee05 commit bee2ea2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Backport merged pull request

on:
pull_request_target:
types: [closed, labeled]

jobs:
call-reusable-flow:
uses: camunda/automation-platform-github-actions/.github/workflows/backport.yml@main
secrets: inherit

0 comments on commit bee2ea2

Please sign in to comment.