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

Migrate synchronization script to github actions #99

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tobil4sk
Copy link
Contributor

Supersedes #98. Closes #96.

Unlike the travis script, this workflow doesn't push to heaps.wiki. Synchronisation for that would be handled in HeapsIO/heaps#1232. This avoids the need for a Personal Access Token, so this can be merged as-is without further setup.

Synchronisation happens after every push to master, daily at 1:00 UTC, and it can also be triggered manually. Also, for pull requests, the workflow also checks that the pull request does not introduce conflicts. This should reduce the chance that conflicts will arise in future with heaps.wiki.

Again, currently there is a merge conflict with the wiki so that must first be resolved: #97.

At 1:00 UTC, this way the repository is kept synchronized with the wiki
even if no commits are being pushed.
This will help catch PRs that might introduce merge conflicts.
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.

Migrate to Github Actions
1 participant