You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: The pull request template of Substrate (example: paritytech/substrate#11392) has the expression "Polkadot companion:" which incorrectly gets interpreted as a companion reference
Problem: The pull request template of Substrate (example: paritytech/substrate#11392) has the expression "Polkadot companion:" which incorrectly gets interpreted as a companion reference
pipeline-scripts/check_dependent_project.sh
Line 384 in d1d27b3
Solution: improve the regular expression to not misdetect such cases. Perhaps
^[^[:space:]]+[[:space:]]+[cC]ompanion:[[:space:]]*([^[:space:]]+)
The text was updated successfully, but these errors were encountered: