From 567e8b76f3489e4d04b7247cf9c8f0b21fbb7421 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Wed, 3 Jul 2024 20:51:45 +0900 Subject: [PATCH] Update label_checker.yml --- .github/workflows/label_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_checker.yml b/.github/workflows/label_checker.yml index 7b1743171..c7a100d44 100644 --- a/.github/workflows/label_checker.yml +++ b/.github/workflows/label_checker.yml @@ -37,7 +37,7 @@ jobs: --header 'authorization: Bearer ${{secrets.GITHUB_TOKEN}}' \ --header 'content-type: application/json' \ --data '{ - "context": "Breaking changes label checker"", + "context": "Breaking changes label checker", "state": "pending", "description": "Please label \"Breaking changes\" or \"Non Breaking changes\"." }'