{"id":22696933,"url":"https://github.com/maxbeizer/home_maintenance","last_synced_at":"2025-04-13T04:46:02.589Z","repository":{"id":47488931,"uuid":"396375411","full_name":"maxbeizer/home_maintenance","owner":"maxbeizer","description":"A GitHub Action to open issues for various seasonal home maintenance tasks","archived":false,"fork":false,"pushed_at":"2021-08-29T17:52:51.000Z","size":55,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T04:45:58.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxbeizer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-15T14:18:50.000Z","updated_at":"2024-08-15T03:50:02.000Z","dependencies_parsed_at":"2022-09-03T04:52:01.495Z","dependency_job_id":null,"html_url":"https://github.com/maxbeizer/home_maintenance","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Fhome_maintenance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Fhome_maintenance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Fhome_maintenance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Fhome_maintenance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxbeizer","download_url":"https://codeload.github.com/maxbeizer/home_maintenance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665780,"owners_count":21142123,"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-12-10T05:11:39.068Z","updated_at":"2025-04-13T04:46:02.559Z","avatar_url":"https://github.com/maxbeizer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# home_maintenance\n\nA project to help create automated issues related to home maintenance tasks.\n\nThis is a GitHub Action that will create issues in a specified repo for various\nseasonal home maintenance tasks. Install the action where you keep track of such\nthings and have it run daily. The action will loop through a CSV of various\ntasks and open, for example, springtime tasks on the first day of spring.\n\n## Example configuration\n\n```yaml\n# in .github/workflows/home_maintenance.yml\non:\n  schedule:\n    # * is a special character in YAML so you have to quote this string\n    # Run daily at 0100h\n    - cron:  '0 1 * * *'\n\njobs:\n  maintenance:\n    runs-on: ubuntu-latest\n    name: create maintenance issues\n    steps:\n      # Assumes you want to supply your own csv from your destination repo.\n      # Check the tasks.csv file in this repo for required structure.\n      # If you want to use the tasks from this repo, no need to checkout and\n      # omit the path-to-data input below.\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: home_maintenance_action\n        uses: maxbeizer/home_maintenance@main\n        with:\n          repo-nwo: 'maxbeizer/my-cool-repo'\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          path-to-data: 'data/tasks.csv'\n```\n\n## Credit\n\nThe CSV of tasks was originally shared with me by\n[@jjcaine](https://github.com/jjcaine) :sparkling_heart:\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run\n`bin/test` to run the tests. You can also run `bin/console` for an interactive\nprompt that will allow you to experiment.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/maxbeizer/home_maintenance. This project is intended to be a\nsafe, welcoming space for collaboration, and contributors are expected to adhere\nto the [code of conduct](https://github.com/maxbeizer/home_maintenance/blob/master/CODE_OF_CONDUCT.md).\n\n## Code of Conduct\n\nEveryone interacting in the HomeMaintenance project's codebases, issue trackers,\nchat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/maxbeizer/home_maintenance/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbeizer%2Fhome_maintenance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxbeizer%2Fhome_maintenance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbeizer%2Fhome_maintenance/lists"}