Skip to content

Commit

Permalink
work on pr_afn_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
julsemaan committed Mar 23, 2024
1 parent ddfb964 commit 1f678cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ jobs:
git config --global user.name "Semaan Bot"
git commit --allow-empty -a -m "bump $CHANGE_TYPE to $IMG_TAG"
git push origin HEAD
gh pr create -B main -H tmp/$BRANCH_ID --title "Update images $BRANCH_ID" --body 'Created by Github action'
(gh pr list --state open --limit 1 --head tmp/$BRANCH_ID | grep tmp/$BRANCH_ID) || \
gh pr create -B main -H tmp/$BRANCH_ID --title "Update images $BRANCH_ID" --body 'Created by Github action'

0 comments on commit 1f678cf

Please sign in to comment.