{"id":22994205,"url":"https://github.com/offensive-vk/auto-user-activity","last_synced_at":"2026-04-28T11:05:10.391Z","repository":{"id":266145102,"uuid":"896566653","full_name":"offensive-vk/auto-user-activity","owner":"offensive-vk","description":"Fetch Recent Activity of a Github User like Pull Request, Issues and Comment Events.","archived":false,"fork":false,"pushed_at":"2025-05-27T13:08:35.000Z","size":2526,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-06T14:22:43.613Z","etag":null,"topics":["activity","api","github","github-action","rest-api"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/auto-user-activity","language":"JavaScript","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/offensive-vk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-30T17:50:47.000Z","updated_at":"2025-05-27T13:08:32.000Z","dependencies_parsed_at":"2024-12-02T20:45:47.208Z","dependency_job_id":null,"html_url":"https://github.com/offensive-vk/auto-user-activity","commit_stats":null,"previous_names":["offensive-vk/gh-user-activity","offensive-vk/auto-user-activity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/offensive-vk/auto-user-activity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-user-activity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-user-activity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-user-activity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-user-activity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offensive-vk","download_url":"https://codeload.github.com/offensive-vk/auto-user-activity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-user-activity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["activity","api","github","github-action","rest-api"],"created_at":"2024-12-15T05:17:20.925Z","updated_at":"2026-04-28T11:05:10.374Z","avatar_url":"https://github.com/offensive-vk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto User Activity\n\nThis GitHub Action automatically fetches and updates the recent activity of a GitHub user in the specified markdown file (e.g., `README.md`).\n\n## Features\n\n- Fetches up to a specified number of recent activities from the user's GitHub profile.\n- Updates the designated markdown file between the specified comment tags.\n- Supports empty commits to keep the workflow active after prolonged inactivity.\n- Provides detailed debugging options for verbose logging.\n\n---\n\n## Inputs\n\nThe action supports the following input parameters:\n\n| Name            | Description                                            | Default                           |\n|-----------------|-------------------------------------------------------|-----------------------------------|\n| `token`         | Your GitHub PAT or Auth Token                         | `${{ secrets.GITHUB_TOKEN }}`    |\n| `username`      | The GitHub username to fetch activity for             | `${{ github.repository_owner }}` |\n| `committer`     | The name of the committer                             | `github-actions[bot]`            |\n| `committer-email` | The email of the committer                          | `github-actions[bot]@users.noreply.github.com` |\n| `commit-msg`    | Commit message for changes                           | `:zap: Update README with recent activity` |\n| `max-lines`     | The maximum number of activity entries to show       | `5`                               |\n| `target-file`   | The markdown file to update                          | `README.md`                       |\n| `empty-commit-msg` | Message for empty commits (no activity)            | `:memo: empty commit to keep workflow active` |\n| `debug`         | Enable verbose logging (set `true` or `false`)        | `false`                           |\n\n## Example Workflow\n\nHere is an example of how to configure the action in your repository:\n\n```yaml\nname: Update GitHub Activity\n\non:\n  schedule:\n    - cron: \"0 * * * *\"\n  workflow_dispatch:\n\njobs:\n  update-activity:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v4\n\n      - name: Get User Activity\n        uses: offensive-vk/auto-user-activity@v7\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          username: ${{ github.repository_owner }}\n          commit-msg: \"Updated Activity.\"\n          target-file: 'readme.md'\n```\n\n---\n\n## Recent Activity\n\n\u003c!--START_SECTION:activity--\u003e\n1. 💪 Opened pull request [#7](https://github.com/offensive-vk/auto-user-activity/pull/7) in [offensive-vk/auto-user-activity](https://github.com/offensive-vk/auto-user-activity)\n2. 🎉  Merged pull request [#28106](https://github.com/offensive-vk/offensive-vk/pull/28106) in [offensive-vk/offensive-vk](https://github.com/offensive-vk/offensive-vk)\n3. ✅ Approved on pull request [#28106](https://github.com/offensive-vk/offensive-vk/pull/28106) in [offensive-vk/offensive-vk](https://github.com/offensive-vk/offensive-vk)\n4. 🎉  Merged pull request [#27974](https://github.com/offensive-vk/offensive-vk/pull/27974) in [offensive-vk/offensive-vk](https://github.com/offensive-vk/offensive-vk)\n5. ✅ Approved on pull request [#27974](https://github.com/offensive-vk/offensive-vk/pull/27974) in [offensive-vk/offensive-vk](https://github.com/offensive-vk/offensive-vk)\n6. 🎉  Merged pull request [#1](https://github.com/offensive-vk/Roadmap.sh/pull/1) in [offensive-vk/Roadmap.sh](https://github.com/offensive-vk/Roadmap.sh)\n7. 💪 Opened pull request [#1](https://github.com/offensive-vk/Roadmap.sh/pull/1) in [offensive-vk/Roadmap.sh](https://github.com/offensive-vk/Roadmap.sh)\n\u003c!--END_SECTION:activity--\u003e\n\n***\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003e\u0026copy; \u003ca href=\"https://github.com/offensive-vk/\"\u003eVedansh \u003c/a\u003e 2020 - Present\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eLicensed under \u003ca href=\"https://github.com/offensive-vk/auto-user-activity?tab=MIT-1-ov-file\"\u003eMIT\u003c/a\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/TheHamsterBot\"\u003e\u003cimg src=\"https://i.ibb.co/4KtpYxb/octocat-clean-mini.png\" alt=\"hamster\"/\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003csup\u003eThanks for visiting :)\u003c/sup\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffensive-vk%2Fauto-user-activity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffensive-vk%2Fauto-user-activity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffensive-vk%2Fauto-user-activity/lists"}