Skip to content

Commit

Permalink
[CI] Add prefix to pr name created by integration bump pipeline (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Dec 4, 2024
1 parent 65b6ce4 commit 262cb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: version
run: |
version=$(poetry search port-ocean | grep port-ocean | sed 's/.*(\(.*\))/\1/')
pr_name="Apply Ocean version $version to all integrations"
pr_name="[Integration] Apply Ocean version $version to all integrations"
branch_name="apply-ocean-$version-to-all-integrations"
echo "Branch Name: $branch_name"
echo "PR Name: $pr_name"
Expand Down

0 comments on commit 262cb49

Please sign in to comment.