{"id":44031949,"url":"https://github.com/codingjoe/word-weasel","last_synced_at":"2026-02-07T19:14:11.224Z","repository":{"id":329983652,"uuid":"1121203731","full_name":"codingjoe/word-weasel","owner":"codingjoe","description":"Elevate your technical writing!","archived":false,"fork":false,"pushed_at":"2026-01-05T10:04:05.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T15:17:28.502Z","etag":null,"topics":["actions","github-actions","github-config","workflow"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingjoe.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"codingjoe","buy_me_a_coffee":"codingjoe","custom":"https://www.paypal.me/codingjoe"}},"created_at":"2025-12-22T15:49:54.000Z","updated_at":"2026-01-05T10:04:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codingjoe/word-weasel","commit_stats":null,"previous_names":["codingjoe/word-weasel"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codingjoe/word-weasel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fword-weasel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fword-weasel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fword-weasel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fword-weasel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingjoe","download_url":"https://codeload.github.com/codingjoe/word-weasel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fword-weasel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29205241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"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":["actions","github-actions","github-config","workflow"],"created_at":"2026-02-07T19:14:10.602Z","updated_at":"2026-02-07T19:14:11.219Z","avatar_url":"https://github.com/codingjoe.png","language":null,"funding_links":["https://github.com/sponsors/codingjoe","https://buymeacoffee.com/codingjoe","https://www.paypal.me/codingjoe"],"categories":[],"sub_categories":[],"readme":"# Word Weasel\n\n**Write better PRs and commit messages.**\n\nWord Weasel is a GitHub Action that helps you write better pull request titles and descriptions by analyzing them for clarity, conciseness, and overall quality.\nIt provides suggestions to improve your writing, ensuring that your PRs are easy to understand and review.\n\n## Usage\n\n```yaml\n# .github/workflows/pull-rqeuest.yml\n# Write better PRs and commit messages\nname: \"Word Weasel\"\non:\n  pull_request:\n    types:\n      - opened\n      - edited\n      - reopened\n      # Optional, if you want to include the check in branch protection rules\n      # - synchronize\njobs:\n  pr-title:\n    name: \"PR Title\"\n    runs-on: ubuntu-latest\n    timeout-minutes: 1\n    if: ${{ github.actor != 'dependabot[bot]' }}\n    steps:\n      - uses: codingjoe/word-weasel@v1\n        with:\n          text: ${{ github.event.pull_request.title }}\n  pr-body:\n    name: \"PR Body\"\n    runs-on: ubuntu-latest\n    timeout-minutes: 1\n    if: ${{ github.actor != 'dependabot[bot]' }}\n    steps:\n      - uses: codingjoe/word-weasel@v1\n        with:\n          text: ${{ github.event.pull_request.body }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Fword-weasel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingjoe%2Fword-weasel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Fword-weasel/lists"}