Skip to content

Commit

Permalink
chore: Update PR and commit title for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
  • Loading branch information
e0ne committed Jan 16, 2025
1 parent f77f9b7 commit 1e91f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fork-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ jobs:
if ! git diff --color --unified=0 --exit-code; then
git add deployment/network-operator/charts/sriov-network-operator
git commit -sam "task: update SR-IOV images tags to $DOCKER_TAG in chart values"
git commit -sam "cicd: update SR-IOV images tags to $DOCKER_TAG in chart values"
git push -u origin feature/update-sriov-tags-to-$DOCKER_TAG
gh pr create \
--repo ${{ github.repository_owner }}/network-operator \
--base $BASE_BRANCH \
--head $(git branch --show-current) \
--title "task: update SR-IOV images tags to $DOCKER_TAG in chart values" \
--title "cicd: update SR-IOV images tags to $DOCKER_TAG in chart values" \
--body "Created by the *${{ github.job }}* job."
fi

0 comments on commit 1e91f24

Please sign in to comment.