Skip to content

Commit

Permalink
fix: backport release branch target (#11627)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang authored Dec 7, 2021
1 parent 8cdb131 commit 6addbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "Latest backport label: $latest_backport_label"
# set BACKPORT_TARGET_TEMPLATE for backport-assistant
# trims backport/ from the beginning with parameter substitution
export BACKPORT_TARGET_TEMPLATE="release/${latest_backport_label#backport/}"
export BACKPORT_TARGET_TEMPLATE="release-${latest_backport_label#backport/}"
backport-assistant backport -automerge
env:
BACKPORT_LABEL_REGEXP: "backport/(?P<target>website)"
Expand Down

0 comments on commit 6addbaf

Please sign in to comment.