ci: Update labeler workflow

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-24 09:55:23 +02:00 committed by GitHub
parent bb633c1ea2
commit 1e5f1ad50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,7 @@ jobs:
- uses: Videndum/label-mastermind@2.1.1 - uses: Videndum/label-mastermind@2.1.1
with: with:
GITHUB_TOKEN: ${{ steps.get-app-token.outputs.token }} GITHUB_TOKEN: ${{ steps.get-app-token.outputs.token }}
dryRun: true
showLogs: true
configJSON: | configJSON: |
{
"labels": { "labels": {
"kind:incorrect-title": { "kind:incorrect-title": {
"name": "kind:incorrect-title", "name": "kind:incorrect-title",
@ -68,4 +65,3 @@ jobs:
} }
} }
] ]
}