....
convert-to-yml / develop-branch (push) Successful in 36s Details

This commit is contained in:
gilesb 2023-10-23 14:03:38 +01:00
parent d609afdec0
commit 64ce66293e
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ jobs:
if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then
./tea pr c --base=master --head=${{ env.DEVELOPMENT_BRANCH }} --description="
development pull request
this PR is instigated by and will been built on [${{ github.ref_name }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})
" -t="WIP: ${{ github.event.head_commit.message }}"
fi
echo 'pushed new branch and created pr';