ubiquity / .github

3 stars 8 forks source link

ci: print deploy URLs in a single comment #82

Closed rndquu closed 10 months ago

rndquu commented 10 months ago

When we removed timestamps from deploy URL name the sortComments() function began to return empty results thus making the deployment URLs empty. This PR fixes it.

So after this PR all deployment URLs fit in a single comment with commit messages (example)

0x4007 commented 10 months ago

So after this PR all deployment URLs fit in a single comment with commit messages (https://github.com/rndquu/pay.ubq.fi/pull/23#issuecomment-1674531452)

Those links don't work so I don't think this is considered to pass QA.

rndquu commented 10 months ago

So after this PR all deployment URLs fit in a single comment with commit messages (rndquu/pay.ubq.fi#23 (comment))

Those links don't work so I don't think this is considered to pass QA.

Updated QA using my own PAT

ubiquibot[bot] commented 10 months ago

Available commands


- /start: Assign the origin sender to the issue automatically.
- /stop: Unassign the origin sender from the issue automatically.
- /help: List all available commands.
- /query: Comments the users multiplier and address
- /multiplier: Set the bounty payout multiplier for a specific contributor, and provide the reason for why. 
  example usage: "/wallet @user 0.5 'Multiplier reason'"
- /allow: Set access control. (Admin Only)
- /wallet: <WALLET_ADDRESS | ENS_NAME>: Register the hunter's wallet address. 
  ex1: /wallet 0x0000000000000000000000000000000000000000
  ex2: /wallet vitalik.eth

@rndquu