Alphabetize, other chores should run monthly, open new PRs automatically #601
Labels
Comments
|
Seems like the cron jobs on Travis-CI would fit the bill https://docs.travis-ci.com/user/cron-jobs/ |
|
Looks like GitHub Actions supports this now too https://help.github.com/en/articles/workflow-syntax-for-github-actions#onschedule |
|
Fixed with #825 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the alphabetize script (https://github.com/github/government.github.com/blob/gh-pages/script/alphabetize) is run manually to clean up the ordering of Organizations in the various data files. (Example: #582). A couple problems with this:
Getting these to a near automated fashion would be really cool.
I'd held off merging a bunch of open PRs in hopes that I'd get time to work on a solution for this, but alas I have not. So, I figure I'll crowd source this to see if anyone has any ideas or fancy the execution.
Note
I'd love to use probot as the framework for these operations (it's what it was made for), but it's currently a node app and is expecting j/s scripts. Since I try to do as little with YAML as possible😉 , this task was never exciting enough to get my attention for very long, and why it floundered. It should be pretty easy as
js-yamland basic JS functions should map pretty cleanly.By opening this issue, this will be a reminder to me to eventually get to it too, so no pressure.
The text was updated successfully, but these errors were encountered: