{"id":20943910,"url":"https://github.com/moncho/codewhisperer","last_synced_at":"2026-03-19T18:08:12.275Z","repository":{"id":169110689,"uuid":"615880055","full_name":"moncho/CodeWhisperer","owner":"moncho","description":"A GitHub action to review PRs using ChatGPT","archived":false,"fork":false,"pushed_at":"2023-03-19T00:13:33.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T05:03:58.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/moncho.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":"2023-03-19T00:02:15.000Z","updated_at":"2023-07-07T06:00:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cbfc8f6-a0ee-4716-9430-55bdf3bca47e","html_url":"https://github.com/moncho/CodeWhisperer","commit_stats":null,"previous_names":["moncho/codewhisperer"],"tags_count":0,"template":false,"template_full_name":"jacobtomlinson/go-container-action","purl":"pkg:github/moncho/CodeWhisperer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2FCodeWhisperer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2FCodeWhisperer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2FCodeWhisperer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2FCodeWhisperer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moncho","download_url":"https://codeload.github.com/moncho/CodeWhisperer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2FCodeWhisperer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"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":[],"created_at":"2024-11-18T23:38:21.485Z","updated_at":"2026-01-31T10:31:46.326Z","avatar_url":"https://github.com/moncho.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Container Action Template\n\n[![Action Template](https://img.shields.io/badge/Action%20Template-Go%20Container%20Action-blue.svg?colorA=24292e\u0026colorB=0366d6\u0026style=flat\u0026longCache=true\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/jacobtomlinson/go-container-action)\n[![Actions Status](https://github.com/jacobtomlinson/go-container-action/workflows/Build/badge.svg)](https://github.com/jacobtomlinson/go-container-action/actions)\n[![Actions Status](https://github.com/jacobtomlinson/go-container-action/workflows/Integration%20Test/badge.svg)](https://github.com/jacobtomlinson/go-container-action/actions)\n\nThis is a template for creating GitHub actions and contains a small Go application which will be built into a minimal [Container Action](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action). Our final container from this template is ~3MB, yours may be a little bigger once you add some code, but it'll still be tiny!\n\nIn `main.go` you will find a small example of accessing Action inputs and returning Action outputs. For more information on communicating with the workflow see the [development tools for GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions).\n\n\u003e 🏁 To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/).\n\n## Usage\n\nDescribe how to use your action here.\n\n### Example workflow\n\n```yaml\nname: My Workflow\non: [push, pull_request]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: Run action\n\n      # Put your action repo here\n      uses: me/myaction@master\n\n      # Put an example of your mandatory inputs here\n      with:\n        myInput: world\n```\n\n### Inputs\n\n| Input                                             | Description                                        |\n|------------------------------------------------------|-----------------------------------------------|\n| `myInput`  | An example mandatory input    |\n| `anotherInput` _(optional)_  | An example optional input    |\n\n### Outputs\n\n| Output                                             | Description                                        |\n|------------------------------------------------------|-----------------------------------------------|\n| `myOutput`  | An example output (returns 'Hello world')    |\n\n## Examples\n\n\u003e NOTE: People ❤️ cut and paste examples. Be generous with them!\n\n### Using the optional input\n\nThis is how to use the optional input.\n\n```yaml\nwith:\n  myInput: world\n  anotherInput: optional\n```\n\n### Using outputs\n\nShow people how to use your outputs in another action.\n\n```yaml\nsteps:\n- uses: actions/checkout@master\n- name: Run action\n  id: myaction\n\n  # Put your action name here\n  uses: me/myaction@master\n\n  # Put an example of your mandatory arguments here\n  with:\n    myInput: world\n\n# Put an example of using your outputs here\n- name: Check outputs\n    run: |\n    echo \"Outputs - ${{ steps.myaction.outputs.myOutput }}\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoncho%2Fcodewhisperer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoncho%2Fcodewhisperer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoncho%2Fcodewhisperer/lists"}