Compare commits
1 commit
35ddc2d150
...
e7cf864c29
Author | SHA1 | Date | |
---|---|---|---|
e7cf864c29 |
1 changed files with 2 additions and 2 deletions
|
@ -72,10 +72,10 @@ if [ "${CI-false}" = "true" ]; then
|
||||||
pr_number=$(curl -X 'GET' \
|
pr_number=$(curl -X 'GET' \
|
||||||
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/pulls?state=open&sort=recentupdate" \
|
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/pulls?state=open&sort=recentupdate" \
|
||||||
-H 'accept: application/json' |
|
-H 'accept: application/json' |
|
||||||
jq --arg head_ref "$GITHUB_HEAD_REF" '.[] | select(.head.ref == $head_ref) | .number')
|
jq --arg head_ref "$GITHUB_REF_NAME" '.[] | select(.head.ref == $head_ref) | .number')
|
||||||
|
|
||||||
if [ -z "$pr_number" ]; then
|
if [ -z "$pr_number" ]; then
|
||||||
echo "No PR created for this pull request"
|
echo "No PR created for this commit"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue