mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
8e0da70026
Adds a PR Check action with a rule that enforces a milestone is set on the PR. Ref grafana/grafana-github-actions#34 Ref grafana/grafana-github-actions#42
9 lines
258 B
JSON
9 lines
258 B
JSON
[
|
|
{
|
|
"type": "check-milestone",
|
|
"title": "Milestone Check",
|
|
"targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#assign-a-milestone",
|
|
"success": "Milestone set",
|
|
"failure": "Milestone not set"
|
|
}
|
|
] |