Revision b1df15c4b920f8c3099c7ec4397371e44a54c0d1 authored by Joe Blubaugh on 06 October 2022, 09:38:54 UTC, committed by GitHub on 06 October 2022, 09:38:54 UTC
Adds t.Run calls that supply the name of a receiver and its integrations
when the API response is being verified. This test has a rare flake and
it's difficult to track down without more context for the test failure.
1 parent b0ba94f
Raw File
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