Skip to content
Snippets Groups Projects
Commit 14505471 authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

ci: check_polkadot: check for companion (#5429)

parent 6eea144f
No related merge requests found
......@@ -68,7 +68,8 @@ then
if [ -z "${pr_companion}" ]
then
pr_companion="$(echo "${pr_body}" | sed -n -r \
's;^.*https://github.com/paritytech/polkadot/pull/([0-9]+).*$;\1;p' \
-e 's;^.*paritytech/polkadot/#([0-9]+).*$;\1;p' \
-e 's;^.*https://github.com/paritytech/polkadot/pull/([0-9]+).*$;\1;p' \
| tail -n 1)"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment