mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
6c28b7e8b8
This PR sets up Danger to check PR titles for consistency, using [`danger-plugin-pr-hygiene`](https://github.com/maxdeviant/danger-plugin-pr-hygiene). <img width="919" alt="Screenshot 2024-06-14 at 11 16 31 AM" src="https://github.com/zed-industries/zed/assets/1486634/167fe698-2505-422b-8e41-e121d9fe933f"> Release Notes: - N/A
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"name": "danger",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"danger": "danger"
|
|
},
|
|
"devDependencies": {
|
|
"danger": "11.3.1",
|
|
"danger-plugin-pr-hygiene": "0.5.0"
|
|
}
|
|
}
|