https://github.com/grafana/grafana
Raw File
Tip revision: 385e88258d8f46060669432436490fdef1db7583 authored by arunkg2787 on 28 July 2023, 18:48:12 UTC
Update index.md
Tip revision: 385e882
pr-checks.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"
  },
  {
    "type": "check-label",
    "title": "Backport Check",
    "labels": {
      "exists": "Backport enabled",
      "notExists": "Backport decision needed",
      "matches": [
        "backport v*"
      ]
    },
    "skip": {
      "message": "Backport skipped",
      "matches": [
        "backport",
        "no-backport"
      ]
    },
    "targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#should-the-pull-request-be-backported"
  },
  {
    "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