ubiquity-os-marketplace / daemon-merging

Automatically merges pull-requests that do not have activity beyond a certain deadline.
0 stars 7 forks source link

feat: schema validation #21

Closed gentlementlegen closed 2 weeks ago

gentlementlegen commented 3 weeks ago

Resolves https://github.com/ubiquity/ubiquibot-kernel/issues/80

github-actions[bot] commented 3 weeks ago

Unused files (1)

src/update-configuration.ts

gentlementlegen commented 2 weeks ago

@0x4007 We will need all the plugins to be updated so this can work properly, updating the PRs now.

0x4007 commented 2 weeks ago

I see potential in this being a general purpose tool to update across all plugins etc

https://github.com/0x4007/sync-configs

It's still early on but it's pretty reliable at updating configs from cli now. Still want to figure out git authentication from GitHub actions to be able to clone and edit private repositories.

gentlementlegen commented 2 weeks ago

@0x4007 Yes it would definitely be handy. The problem is that the generation action is differing from one repo to another, due to certain repo being modules and others commonjs, so the imports do not work the same.

0x4007 commented 2 weeks ago

It's fine but to simplify I need to specify the target file for each repo to change