diff --git a/.github/workflows/metadata-label-issues-prs.yaml b/.github/workflows/metadata-label-issues-prs.yaml index ae0b7b7e..f36300c4 100644 --- a/.github/workflows/metadata-label-issues-prs.yaml +++ b/.github/workflows/metadata-label-issues-prs.yaml @@ -33,37 +33,39 @@ jobs: GITHUB_TOKEN: ${{ steps.get-app-token.outputs.token }} configJSON: | { - "labels": { - "kind:incorrect-title": { - "name": "kind:incorrect-title", - "colour": "#ffb700", - "description": "Incorrect title" - } - }, - "runners": [ - { - "root": ".", - "versioning": { - "source": "milestones", - "type": "other" - }, - "pr": { - "labels": { - "kind:incorrect-title": { - "requires": 2, - "conditions": [ - { - "type": "creatorMatches", - "pattern": "^(?!renovate).+" - }, - { - "type": "titleMatches", - "pattern": "^(?!\[[a-z0-9]+\]\s[A-Z0-9].+).+" - } - ] + "releaseMastermind": { + "labels": { + "kind:incorrect-title": { + "name": "kind:incorrect-title", + "colour": "#ffb700", + "description": "Incorrect title" + } + }, + "runners": [ + { + "root": ".", + "versioning": { + "source": "milestones", + "type": "other" + }, + "pr": { + "labels": { + "kind:incorrect-title": { + "requires": 2, + "conditions": [ + { + "type": "creatorMatches", + "pattern": "^(?!renovate).+" + }, + { + "type": "titleMatches", + "pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Z0-9].+).+" + } + ] + } } } } - } - ] + ] + } }