Skip to content

Commit

Permalink
chore(workflows): update backport.yml to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Apr 12, 2024
1 parent 8b1be1b commit 0fad907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
with:
github_token: ${{ steps.generate-github-token.outputs.token }}
experimental: |-
{ "remote_owner": "${{ github.repository_owner }}", "remote_repo": "${{ github.event.repository.name }}-maintenance"}
{ "downstream_repo": "${{ github.event.repository.name }}-maintenance"}
pull_description: |-
# Description
Backport of ${{ github.repository_owner }}/${{ github.event.repository.name }}#${pull_number} to `${target_branch}`.
pull_branchname: ${target_branch}-backport-${pull_number}
branch_name: ${target_branch}-backport-${pull_number}
copy_assignees: true
copy_requested_reviewers: true
label_pattern: ^bot:backport:([^ ]+)$
Expand Down

0 comments on commit 0fad907

Please sign in to comment.