We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eb346b + d313609 commit 738403cCopy full SHA for 738403c
pr-ready/pr-ready.sh
@@ -19,7 +19,7 @@ merge_pr() {
19
local response=$(curl -s -H "Authorization: token $token" -H "Accept: application/vnd.github+json" "https://api.github.com/repos/$REPO/pulls/$pr_number")
20
# Check if the PR is mergeable
21
if jq -e '.mergeable' <<< "$response" > /dev/null; then
22
- ${_PR} = "https://api.github.com/repos/$REPO/pulls/$pr_number"
+ ${_PR}="https://api.github.com/repos/$REPO/pulls/$pr_number"
23
else
24
echo "PR #$pr_number is not mergeable"
25
sleep 60
0 commit comments