We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Having a description that contains ${pull_number} more than once only results it in being replaced once. Example here: paritytech/polkadot-sdk#5634
${pull_number}
You can see the placeholder only being replaced once.
To Reproduce Use a placeholder more than once.
Expected behavior Should replace it everywhere.
Additional context
It should probably use replaceAll instead of replace here.
replaceAll
replace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Having a description that contains
${pull_number}
more than once only results it in being replaced once.Example here: paritytech/polkadot-sdk#5634
You can see the placeholder only being replaced once.
To Reproduce
Use a placeholder more than once.
Expected behavior
Should replace it everywhere.
Additional context
It should probably use
replaceAll
instead ofreplace
here.The text was updated successfully, but these errors were encountered: