Skip to content
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

Fix the auto-sync action #8

Merged
merged 4 commits into from Dec 2, 2020
Merged

Conversation

hhio618
Copy link
Contributor

@hhio618 hhio618 commented Dec 2, 2020

How this action works

  1. Compare the telliot-documentation folder in this repo with the docs folder in Telliot repo.
  2. If differ ->
  • update telliot-documentation file contents.
  • Update SUMMARY.md file
    ** This expect that document files in Telliot docs are sorted using file names similar to 05_coding-style-guide.md. Then this naming leads to an entry of * [Coding style guide](telliot-documentation/05_coding-style-guide.md) in the SUMMARY.md.
    ** Also, docs/README.md from Telliot repo leads to an entry of * [Introduction](telliot-documentation/README.md).
  1. Finally creates a PR like this.

Refs

telliot#268

on:
schedule:
- cron: "0 0 * * *" # every 15 minutes. set to whatever interval you like
- cron: "0 0 * * *" # every day. set to whatever interval you like
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have this every hour?

Suggested change
- cron: "0 0 * * *" # every day. set to whatever interval you like
- cron: "0 0 * * *" # every day. set to whatever interval you like

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course.

@krasi-georgiev krasi-georgiev merged commit 58a912f into tellor-io:master Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants