-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
issue creation:
- issues could be automatically created with something like https://github.com/imjohnbo/issue-bot, which would allow for locking down the issues in make-models-fair/coordination but then creates a number of extra problems such as needing a workaround for adding models not in the list
- a better approach may be to just link to https://github.com/make-models-fair/coordination/issues/new?labels=In+progress&template=add-a-model.md&title=
<author-year>with the title being dynamically pre-filled
repo creation:
- should be able to automate this with
gh repo create <TITLE> --template="make-models-fair/model-template"in a workflow just like https://github.com/make-models-fair/coordination/blob/main/.github/workflows/new-repo-request.yml. Where<TITLE>should be available in the hook payload/context
updating models list
- same deal as with creating repos, a workflow that gets triggered when an issue is created/relabeled to update
model_status.csvwith one requirement being a unique identifier shared between the repo/planning issue/models list, which the<name-[name/etal]-year>is a good candidate for
redeploying hugo site
- maybe have a scheduled workflow that runs nightly IF there were changes to the list (in addition to on push to the mainline)
Metadata
Metadata
Assignees
Labels
No labels