Skip to content

Commit

Permalink
Make github context start with capital letter
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 0ce5a62 commit c839a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_entity(self) -> dict[str, Any]:
"notify": [
{
"github_commit_status": {
"context": f"{self.project}: {self.name}",
"context": f"{self.project.title()}: {self.name}",
}
}
],
Expand Down

0 comments on commit c839a67

Please sign in to comment.