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

Alphabetize, other chores should run monthly, open new PRs automatically #601

Closed
jbjonesjr opened this issue Aug 25, 2017 · 3 comments
Closed
Assignees
Labels

Comments

@jbjonesjr
Copy link
Collaborator

@jbjonesjr jbjonesjr commented Aug 25, 2017

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:

  1. Why do work that a robot 🤖 can do?
  2. Since this repo is widely maintained, it's impossible to guarantee that these changes won't create pretty annoying conflicts for other PRs.

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-yaml and 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.

@jbjonesjr jbjonesjr self-assigned this Aug 25, 2017
@nschonni
Copy link
Contributor

@nschonni nschonni commented Aug 25, 2017

Seems like the cron jobs on Travis-CI would fit the bill https://docs.travis-ci.com/user/cron-jobs/

@nschonni
Copy link
Contributor

@nschonni nschonni commented Oct 5, 2019

@nschonni
Copy link
Contributor

@nschonni nschonni commented Sep 5, 2020

Fixed with #825

@mlinksva mlinksva closed this Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
@mlinksva @jbjonesjr @nschonni and others
You can’t perform that action at this time.