ci: Update labeler workflow

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-24 10:00:08 +02:00
parent 1e5f1ad50a
commit a66ace3641
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2

View File

@ -33,8 +33,8 @@ jobs:
GITHUB_TOKEN: ${{ steps.get-app-token.outputs.token }} GITHUB_TOKEN: ${{ steps.get-app-token.outputs.token }}
configJSON: | configJSON: |
"labels": { "labels": {
"kind:incorrect-title": { "meta-incorrect-title": {
"name": "kind:incorrect-title", "name": "meta-incorrect-title",
"colour": "#ffb700", "colour": "#ffb700",
"description": "Incorrect title" "description": "Incorrect title"
} }
@ -48,7 +48,7 @@ jobs:
}, },
"pr": { "pr": {
"labels": { "labels": {
"kind:incorrect-title": { "meta-incorrect-title": {
"requires": 2, "requires": 2,
"conditions": [ "conditions": [
{ {