{"id":17157273,"url":"https://github.com/eksperimental/maintenance","last_synced_at":"2025-06-26T21:33:04.300Z","repository":{"id":90320496,"uuid":"420212441","full_name":"eksperimental/maintenance","owner":"eksperimental","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-13T00:13:45.000Z","size":687,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T13:38:34.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eksperimental.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-22T19:02:38.000Z","updated_at":"2025-04-13T00:13:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f0da551-5d9c-40bd-8ff8-b03e05ded4f9","html_url":"https://github.com/eksperimental/maintenance","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/eksperimental/maintenance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eksperimental%2Fmaintenance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eksperimental%2Fmaintenance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eksperimental%2Fmaintenance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eksperimental%2Fmaintenance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eksperimental","download_url":"https://codeload.github.com/eksperimental/maintenance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eksperimental%2Fmaintenance/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262145143,"owners_count":23265875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T22:08:43.819Z","updated_at":"2025-06-26T21:33:04.237Z","avatar_url":"https://github.com/eksperimental.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maintenance BEAM\n\n[`Maintenance` BEAM project](https://github.com/eksperimental/maintenance) is an app which aims to automatize tasks in codebases of the Elixir, Erlang, or any other project using a Git repository (only GitHub is initially supported).\n\n## Feature Requests \u0026 Bug reports\n\nFeel free to open up an issue \u003chttps://github.com/eksperimental/beam_meta/issues\u003e with your request/report.\n\n## Usage\n\n- 1. Store `SECRET_KEY_BASE` and `GITHUB_ACCESS_TOKEN` in `.env`. You can use `.sample_env` as a base.\n- 2. Make sure `.env` is loaded. If you run `source .env` in your terminal.\n- 3. Run `iex -S mix phx.server`.\n\nThe following commands can be run within IEx.\n\n```elixir\n# List projects\niex\u003e Maintenance.projects()\n[:otp]\n\n# List jobs for a project\niex\u003e Maintenance.jobs(:otp)\n[:unicode]\n\n# To run a specific job for a certain project\niex\u003e Maintenance.Runner.update(:otp, :unicode)\n{:ok, :no_update_needed}\n```\n\n## Contact\n\nEksperimental \u003ceksperimental (at) autistici (dot) org\u003e\n\n## License\n\nNo Copyright\n\nThis work is released to the\n[Public Domain](https://creativecommons.org/publicdomain/mark/1.0/) and multi-licensed under the\n[Creative Commons Zero Universal version 1.0 license](https://creativecommons.org/publicdomain/zero/1.0/),\nthe [MIT No Attribution license](https://spdx.org/licenses/MIT-0.html),\nand the [BSD Zero Clause license](https://opensource.org/licenses/0BSD).\n\nYou can choose between one of them if you use this work.\n\nThe author, [Eksperimental](https://github.com/eksperimental) has dedicated the work to the\npublic domain by waiving all copyright and related or neighboring rights to this work worldwide\nunder copyright law including all related and neighboring rights, to the extent allowed by law.\n\nYou can copy, modify, distribute and create derivative work, even for commercial purposes, all\nwithout asking permission. Giving credits is appreciated though;\nyou may link to this repository if you wish.\n\n\u003cp xmlns:dct=\"https://purl.org/dc/terms/\"\u003e\n  \u003ca rel=\"license\" href=\"https://creativecommons.org/publicdomain/mark/1.0/\"\u003e\n    \u003cimg src=\"https://i.creativecommons.org/p/mark/1.0/88x31.png\"\n       style=\"border-style: none;\" alt=\"Public Domain Mark\" /\u003e\n  \u003c/a\u003e\u003cbr /\u003e\n  \u003ca rel=\"license\"\n     href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003e\n    \u003cimg src=\"https://i.creativecommons.org/p/zero/1.0/88x31.png\" style=\"border-style: none;\" alt=\"Creative Commons Zero\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nCheck the [NOTICE](NOTICE),\n[LICENSES/LICENSE.CC0-1.0.txt](LICENSES/LICENSE.CC0-1.0.txt),\n[LICENSES/LICENSE.MIT-0.txt](LICENSES/LICENSE.MIT-0.txt),\n[LICENSES/LICENSE.0BSD.txt](LICENSES/LICENSE.0BSD.txt) files for more information.\n\n`SPDX-License-Identifier: CC0-1.0 or MIT-0 or 0BSD`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feksperimental%2Fmaintenance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feksperimental%2Fmaintenance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feksperimental%2Fmaintenance/lists"}