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