{"id":15018145,"url":"https://github.com/jpoehnelt/in-solidarity-bot","last_synced_at":"2025-09-11T12:44:45.541Z","repository":{"id":37958797,"uuid":"285414698","full_name":"jpoehnelt/in-solidarity-bot","owner":"jpoehnelt","description":"An inclusive language GitHub App for detecting and suggesting changes to insensitive language in pull requests.","archived":false,"fork":false,"pushed_at":"2023-12-25T16:37:43.000Z","size":1645,"stargazers_count":43,"open_issues_count":11,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T19:22:34.781Z","etag":null,"topics":["blacklivesmatter","everyone","github-bot","hactoberfest","inclusive","inclusive-language","language","probot","probot-app"],"latest_commit_sha":null,"homepage":"https://github.com/jpoehnelt/in-solidarity-bot","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpoehnelt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-05T22:07:08.000Z","updated_at":"2024-08-25T08:06:11.000Z","dependencies_parsed_at":"2023-09-28T09:51:47.677Z","dependency_job_id":null,"html_url":"https://github.com/jpoehnelt/in-solidarity-bot","commit_stats":{"total_commits":360,"total_committers":8,"mean_commits":45.0,"dds":0.2416666666666667,"last_synced_commit":"3c53a3ff672de15dcec0f52aa9df0c3024f273ba"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fin-solidarity-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fin-solidarity-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fin-solidarity-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fin-solidarity-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpoehnelt","download_url":"https://codeload.github.com/jpoehnelt/in-solidarity-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852482,"owners_count":19376692,"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":["blacklivesmatter","everyone","github-bot","hactoberfest","inclusive","inclusive-language","language","probot","probot-app"],"created_at":"2024-09-24T19:51:33.372Z","updated_at":"2025-02-08T18:31:28.067Z","avatar_url":"https://github.com/jpoehnelt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# In Solidarity\n\n[![Install](https://img.shields.io/badge/-Install%20App-blue)](https://github.com/apps/in-solidarity)\n![Build](https://github.com/jpoehnelt/in-solidarity-bot/workflows/Build/badge.svg)\n![Release](https://github.com/jpoehnelt/in-solidarity-bot/workflows/Release/badge.svg)\n[![codecov](https://codecov.io/gh/jpoehnelt/in-solidarity-bot/branch/main/graph/badge.svg)](https://codecov.io/gh/jpoehnelt/in-solidarity-bot)\n![GitHub contributors](https://img.shields.io/github/contributors/jpoehnelt/in-solidarity-bot?color=green)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![npm](https://img.shields.io/npm/v/in-solidarity-bot)](https://www.npmjs.com/package/in-solidarity-bot)\n[![](./static//badge-flat.png)](https://github.com/apps/in-solidarity)\n\n\u003e A GitHub Bot built with [Probot](https://github.com/probot/probot) that checks for inclusive language. See [our documentation](./docs/README.md) for more information.\n\n![](./static/screenshot.png)\n\n## Install\n\nThe app can be installed at https://github.com/apps/in-solidarity.\n\n\u003e Note: The checks currently run on public repositories. This helps limit permissions for organizations with many repositories.\n\nShare this app with one of the following badges.\n\n```md\n[![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat.png)](https://github.com/apps/in-solidarity)\n\n[![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat-square.png)](https://github.com/apps/in-solidarity)\n\n[![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-for-the-badge.png)](https://github.com/apps/in-solidarity)\n```\n\n[![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat.png)](https://github.com/apps/in-solidarity)\n\n[![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat-square.png)](https://github.com/apps/in-solidarity)\n\n[![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-for-the-badge.png)](https://github.com/apps/in-solidarity)\n\n## Documentation\n\nRules and configuration options are at [./docs/README.md](https://github.com/jpoehnelt/in-solidarity-bot/blob/main/docs/README.md).\n\n## Production\n\nA [hosted version of this app](https://github.com/apps/in-solidarity) is available and a basic status page can be found at https://stats.uptimerobot.com/rX0A4iA75m.\n\n## Development\n\n```sh\n# Install dependencies\nnpm install\n\n# Run typescript\nnpm run build\n\n# Test\nnpm test  # npm test -- -u to update snapshots\nnpm run lint  # npm run format to fix issues\n\n# Set appropriate .env values and run the bot\nnpm start\n```\n\n## Contributing\n\n\u003e **Note**: Additional rules are welcome and can be added in [src/rules.ts](https://github.com/jpoehnelt/in-solidarity-bot/blob/main/src/rules.ts).\n\nIf you have suggestions for how the bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.\n\nFor more, check out the [Contributing Guide](CONTRIBUTING.md).\n\nThis is not an official Google product.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpoehnelt%2Fin-solidarity-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpoehnelt%2Fin-solidarity-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpoehnelt%2Fin-solidarity-bot/lists"}