problemsText.push(`Contributor did not properly post their Polkadot or Kusama address. Make sure the pull request has: "{network} address: {address}".`);
problemsText.push(
`Contributor did not properly post their Polkadot or Kusama address. Make sure the pull request has: "{network} address: {address}".`
// TODO actually check for problems with submitting the tip. Maybe even query storage to ensure the tip is there.
if(result){
postComment(context,`A ${size} tip was successfully submitted for ${contributor} (${address} on ${network}). \n\n https://polkadot.js.org/apps/#/treasury/tips`);
postComment(
context,
`A ${size} tip was successfully submitted for ${contributor} (${address} on ${network}). \n\n https://polkadot.js.org/apps/#/treasury/tips`
);
}else{
postComment(context,`Could not submit tip :( Notify someone at Parity.`);
postComment(
context,
`Could not submit tip :( Notify someone at Parity.`