-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Automatic monthly sync #54
Comments
I think that git is aware of a file that is deleted based on its timestamp, and will only add it back if the file was added (or modified?) in the |
Instead of doing it as a CRON once a month, couldn't we do it on changes in the main branch? This way we wouldn't miss important updates, and I don't think we change this repo very often so it should not be noisy. |
I don't understand what you mean by changes in the main branch, but the idea is that this CRON would exist in all of the repositories, and each would self sync. |
/start |
! Please set your wallet address with the /wallet command first and try again. |
/wallet 0xB252053CE195115348199D0a6Ca9Eb97d5f0df83 |
+ Successfully registered wallet address |
/start |
Tips:
|
We might want to add this logic to https://github.com/ubiquibot/plugin-template afterwards. |
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
revert: remove sync-template ubiquity/ts-template#54 (comment)
It could be interesting to bake in a CRON job that runs once a month to attempt to sync the template.
This will ensure that our repositories in the future are effortlessly synced.
A pull request can be opened up against the
development
branch, and any conflicts would be expected to be manually resolved.Add this to our active repositories as well. I suppose a script could be made to add the action file to all of our active repositories. "Active" can be defined as updated within the last month.
The text was updated successfully, but these errors were encountered: