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.
1 parent 63f9f7c commit c8eead1Copy full SHA for c8eead1
.ci-scripts/pr-label.bash
@@ -54,7 +54,7 @@ lwip_url=$(echo "${result}" | jq -r '.[].url')
54
if [ "$lwip_url" != "" ]; then
55
body="
56
The '${PR_TITLE}' RFC has been updated to '${STATUS_LABEL}'
57
-See the [RFC](https://github.com/ponylang/rfcs/pull/${PR_HTML_URL}) for more details.
+See the [RFC](${PR_HTML_URL}) for more details.
58
"
59
60
jsontemplate="
0 commit comments