Skip to content

Commit

Permalink
ci(merge): replace by _reusable_merge_upstream (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff authored Mar 15, 2024
1 parent c02cacb commit 7816d99
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Merge Pull Request Upstream
name: Merge Upstream

on:
workflow_dispatch:
Expand All @@ -9,8 +9,6 @@ on:
- "release-*"

jobs:
create-merge-pr:
uses: bonitasoft/github-workflows/.github/workflows/_reusable_create_merge_pr.yml@main
merge-upstream:
uses: bonitasoft/github-workflows/.github/workflows/_reusable_merge_upstream.yml@main
secrets: inherit
with:
labels: automerge

0 comments on commit 7816d99

Please sign in to comment.