https://github.com/grafana/grafana
Raw File
Tip revision: c3b1187828fda5bc2a41e9e7ba18abad8ed2eba8 authored by Alex Weaver on 24 April 2024, 16:43:34 UTC
recording rules
Tip revision: c3b1187
pr-checks.json
[
  {
    "type": "check-changelog",
    "title": "Changelog Check",
    "labels": {
      "exists": "Changelog enabled",
      "notExists": "Changelog decision needed",
      "matches": [
        "add to changelog"
      ]
    },
    "breakingChangeLabels": [
      "breaking change"
    ],
    "skip": {
      "message": "Changelog skipped",
      "matches": [
        "no-changelog"
      ]
    },
    "targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#include-in-changelog-and-release-notes"
  }
]
back to top