From f6a6c9575f0292b9a84ee66947ecdd3a77d09f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 6 Nov 2021 11:25:04 +0100 Subject: [PATCH] Rename GitHub status context name --- src/runboat/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runboat/github.py b/src/runboat/github.py index 3576bca..e51803f 100644 --- a/src/runboat/github.py +++ b/src/runboat/github.py @@ -74,6 +74,6 @@ async def notify_status( json={ "state": state, "target_url": target_url, - "context": "ci/runboat", + "context": "runboat/build", }, )