Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update PR and commit title for CI #47

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading