{"id":26384348,"url":"https://github.com/th3un1q3/kinda-contribute","last_synced_at":"2025-03-17T07:23:14.387Z","repository":{"id":45571161,"uuid":"512790254","full_name":"Th3Un1q3/kinda-contribute","owner":"Th3Un1q3","description":"Action that helps to appear actively contributing without doing anything.","archived":false,"fork":false,"pushed_at":"2025-03-13T15:19:14.000Z","size":1522,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T16:28:40.744Z","etag":null,"topics":["contributing","github","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/Th3Un1q3.png","metadata":{"files":{"readme":"README.md","changelog":"changes.txt","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}},"created_at":"2022-07-11T14:29:12.000Z","updated_at":"2025-03-13T15:19:18.000Z","dependencies_parsed_at":"2023-10-02T18:52:26.964Z","dependency_job_id":"e2d60046-cf5d-4aa5-b9dd-8d6cb09a8ffc","html_url":"https://github.com/Th3Un1q3/kinda-contribute","commit_stats":{"total_commits":1192,"total_committers":3,"mean_commits":397.3333333333333,"dds":0.02684563758389258,"last_synced_commit":"f1f5ff3728b64e7015071cfb905aa3a606d517e3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Un1q3%2Fkinda-contribute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Un1q3%2Fkinda-contribute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Un1q3%2Fkinda-contribute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Un1q3%2Fkinda-contribute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Th3Un1q3","download_url":"https://codeload.github.com/Th3Un1q3/kinda-contribute/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989726,"owners_count":20379649,"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":["contributing","github","github-actions"],"created_at":"2025-03-17T07:23:13.637Z","updated_at":"2025-03-17T07:23:14.381Z","avatar_url":"https://github.com/Th3Un1q3.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contribute. 🧑‍💻 Kinda... 🤷‍\n\nAction that helps to appear actively contributing without doing anything. \n\n![headline.png](headline.png)\n\n[![Test Contribution Manually](https://github.com/Th3Un1q3/kinda-contribute/actions/workflows/test-contribute.yml/badge.svg)](https://github.com/Th3Un1q3/kinda-contribute/actions/workflows/test-contribute.yml)\n[![Scheduled Contribution](https://github.com/Th3Un1q3/kinda-contribute/actions/workflows/scheduled-contribute.yml/badge.svg)](https://github.com/Th3Un1q3/kinda-contribute/actions/workflows/scheduled-contribute.yml)\n\n# Usage\n\n```yaml\nname: Schedule contributions generation\non:\n  schedule:\n    # Desired contribution schedule\n    # [More about scheduled running](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule)\n    - cron: '0 15 * * 1-5' # At 15:00 on every day-of-week from Monday through Friday.\n\njobs:\n  run:\n    name: Populate Contributions\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n        with:\n          # Target Branch to commit to\n          # Only commits to the default branch are considered as contributions.\n          # OPTIONAL: for scheduled actions default branch is used,\n          # so do not specify it without need.\n          ref: usage\n          # It's required to use your personal access token\n          # in order to make it look like it's your activity.\n          # The token must be enabled for the private repo scopes.\n          # [Action Docs](https://github.com/actions/checkout#usage)\n          token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}\n\n      - uses: 'Th3Un1q3/kinda-contribute@main'\n        with:\n          # Defines range from 1 to 5(in this case) of commits to make\n          # Optional, default is 5\n          max-commits: 5\n\n\n          # Defines exact number of commits to make, useful when you\n          # want to make a specific number of commits or use your own random number generator.\n          # This will override max-commits.\n          # Optional\n          exact-commits: 3\n\n\n          # By default action will push to the target branch.\n          # If you need to ignore push, set this to false.\n          # Optional, default is true\n          include-push: true\n```\n\n### Examples\n\nYou can find more examples in `.github/workflows`.\n\n### Keep your contribution private but activity visible\n\n* Create any private repo you want.\n* Configure your profile to Include private contributions on [your profile](https://github.com/settings/profile)\n* * ![img.png](profile-config.png)\n* Make sure you have a personal access token enabled for the private repo scopes.\n* Apply your personal access token during [checkout](https://github.com/actions/checkout#usage) action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth3un1q3%2Fkinda-contribute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fth3un1q3%2Fkinda-contribute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth3un1q3%2Fkinda-contribute/lists"}