https://github.com/maxdeviant/danger-plugin-pr-hygiene
A Danger plugin for enforcing good PR hygiene
https://github.com/maxdeviant/danger-plugin-pr-hygiene
danger danger-js danger-plugin
Last synced: 2 days ago
JSON representation
A Danger plugin for enforcing good PR hygiene
- Host: GitHub
- URL: https://github.com/maxdeviant/danger-plugin-pr-hygiene
- Owner: maxdeviant
- License: mit
- Created: 2022-08-17T00:10:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T01:58:21.000Z (2 months ago)
- Last Synced: 2025-12-21T21:19:45.147Z (2 months ago)
- Topics: danger, danger-js, danger-plugin
- Language: Gleam
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-danger - danger-plugin-pr-hygiene - A Danger plugin for enforcing good PR hygiene. (Plugins / TypeScript (danger-js))
README
# danger-plugin-pr-hygiene
[](https://www.npmjs.com/package/danger-plugin-pr-hygiene)
[](https://github.com/maxdeviant/danger-plugin-pr-hygiene/actions/workflows/ci.yml)
A [Danger](https://danger.systems/js/) plugin for enforcing good PR hygiene.
## Installation
```sh
npm install -D danger-plugin-pr-hygiene
```
## Usage
In your `Dangerfile`:
```ts
import { prHygiene } from "danger-plugin-pr-hygiene";
prHygiene();
```