-
Notifications
You must be signed in to change notification settings - Fork 61
Add sync workflow for config param names #357
Comments
/start |
Tips:
|
/start |
Tips:
|
Another idea for a simple solution (probably too late to pitch this though) the bot should reply to closed as completed issues in the payout comment with an error message saying that the config didn't parse correctly and that it's using the organization defaults. I feel like this is the most confusing time for contributors. |
Perhaps when #383 is finally merged we could create a task like "The bot should comment with an error message if it finds an unrecognized config param name (i.e. unrecognized config param name doesn't exist in the default config)" |
Do you think you could take over my attempt at fixing the default config in my pr if you have time this upcoming couple of days? https://github.com/Venoox/ubiquibot/pull/18 The part I got hung up on was the default configs. I have more comments on it in my pr here. I think I resolved the merge conflicts well but I'm quite confused around the defaults and am not confident on how to proceed. |
I'll check it |
It might be wise to diff my pull request against upstream (@ubiquity/ubiquibot) development head to filter for only my relevant changes. |
@rndquu seems like the person assigned to this issue kinda confused also it passed the deadline i was before working on this but due to some thing couldn't come online if they continue to be confused can i be assigned again if u guys don't mind |
only like making the pr is left, it did update the file in the logs |
/wallet 0xa611a37657A76583305F557D63B94834a35C7bF4 |
Skipping to register the wallet address because you have not provided a valid SIGNATURE_HASH. Usage: Example: |
/wallet 0xa611a37657A76583305F557D63B94834a35C7bF4 |
Updated the wallet address for @EtherealGlow successfully! Your new address: |
Do you have any updates @EtherealGlow? If you would like to release the bounty back to the DevPool, please comment |
@EtherealGlow - Releasing the bounty back to dev pool because the allocated duration already ended! |
man why you gotta do me like that |
[ CLAIM 300 WXDAI ]
If you enjoy the DevPool experience, please follow Ubiquity on GitHub and star this repo to show your support. It helps a lot! |
Depends on #327
We are in the process of an active development so we refactor the bot's config param names occasionally.
The latest refactors (both implemented and planned):
chainId
tonetworkId
(planned)Updating config param names for all our partners is tedious. We should automate this process.
What should be done:
So in the end the workflow should be able to create config update PRs which:
chain-id => evm-network-id
)The text was updated successfully, but these errors were encountered: