https://github.com/grafana/grafana
Raw File
Tip revision: 0449a7d9f315a3f2e6e6719f5cced7b189587030 authored by Artur Wierzbicki on 01 March 2022, 18:25:49 UTC
Merge branch 'main' of https://github.com/grafana/grafana into #45498-fs-object-storage
Tip revision: 0449a7d
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-backport",
    "title": "Backport Check",
    "backportEnabled": "Backport enabled",
    "backportSkipped": "Backport skipped",
    "failure": "Backport decision needed",
    "targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#should-the-pull-request-be-backported",
    "skipLabels": [ "backport", "no-backport"]
  }
]
back to top