{"id":18992371,"url":"https://github.com/narze/goragit","last_synced_at":"2025-04-22T11:43:22.456Z","repository":{"id":39715775,"uuid":"487351501","full_name":"narze/goragit","owner":"narze","description":"One Repo One Commit ✨","archived":false,"fork":false,"pushed_at":"2023-10-28T00:16:20.000Z","size":24,"stargazers_count":43,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T19:41:31.000Z","etag":null,"topics":["git","github-actions","hacktoberfest","monocommit","troll-tech"],"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/narze.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}},"created_at":"2022-04-30T18:22:54.000Z","updated_at":"2024-07-13T13:56:55.000Z","dependencies_parsed_at":"2024-11-08T17:17:34.327Z","dependency_job_id":"190430b1-7e93-4f80-b5f9-bdab4eae77d5","html_url":"https://github.com/narze/goragit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fgoragit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fgoragit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fgoragit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fgoragit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narze","download_url":"https://codeload.github.com/narze/goragit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249260572,"owners_count":21239614,"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":["git","github-actions","hacktoberfest","monocommit","troll-tech"],"created_at":"2024-11-08T17:17:29.509Z","updated_at":"2025-04-16T17:32:42.467Z","avatar_url":"https://github.com/narze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goragit\n\nThe ultimate Git workflow, _not for people who cannot use Git properly._\n\n[See in action](https://github.com/narze/goragit/commits/main) (Clicking star ⭐ to this repo will trigger the [demo](.github/workflows/demo.yml) workflow)\n\n## Prerequisites\n\n- [Generate](https://github.com/settings/tokens/new) GitHub Personal Access Token (PAT) with `repo` scope\n- Create repo secret e.g. `GH_TOKEN_WITH_REPO_SCOPE` using generated PAT\n- Big Ego\n\n## Usage\n\n```yaml\nname: Goragitize\non:\n  push:\n    branches: [main]\njobs:\n  job:\n    runs-on: ubuntu-latest\n    \n    steps:\n      - uses: actions/checkout@v3\n        with:\n          # These options must be set\n          fetch-depth: 0\n          persist-credentials: false\n\n      - uses: narze/goragit@main\n        with:\n          author_name: your-github-username\n          author_email: your-email@example.com\n          github_token_with_repo_scope: ${{ secrets.GH_TOKEN_WITH_REPO_SCOPE }}\n          i_understand_that_this_workflow_will_goragodize_my_repo: true\n          keep_git_history_in_message: false # Optional\n```\n\n## Options\n\n- `author_name` Git commit author name (Default: `github-actions`)\n- `author_email` Git commit author email (Default: `github-actions@noreply.github.com`)\n- `github_token_with_repo_scope` [required] GitHub Personal Access Token (PAT) with Repo scope. See Prerequisites on how to setup.\n- `i_understand_that_this_workflow_will_goragodize_my_repo` [required] You must accept this power.\n- `keep_git_history_in_message` If true, your commit message will be prepended to the previous commit messages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarze%2Fgoragit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarze%2Fgoragit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarze%2Fgoragit/lists"}