kjhgfdsa
convert-to-yml / develop-branch (push) Successful in 31s
Details
convert-to-yml / develop-branch (push) Successful in 31s
Details
This commit is contained in:
parent
84bc2f8cb3
commit
6cc22b697a
|
@ -54,7 +54,7 @@ jobs:
|
|||
chmod +x ./tea;
|
||||
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }};
|
||||
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" -t="WIP: ${{ github.event.head_commit.message }}"
|
||||
./tea pr c --base=origin/master --head=origin/${{ env.DEVELOPMENT_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}"
|
||||
fi
|
||||
echo 'pushed new branch and created pr';
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue