From 22a9ef27f3809eb9825ce0f65aa961fd8b5fc319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20D=C3=B6llinger?= Date: Fri, 5 Apr 2024 09:52:20 +0200 Subject: [PATCH] Casing Signed-off-by: Johannes Doellinger --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76d85a4..8ea7eb2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In practice, this looks like the following: ![An image of a comment created by the github-actions bot](pr-comment.png) -## Example usage +## Example Usage Add a new workflow file to the directory `.github/workflows/`. We recommend a name such as `label-pr-size.yml`. @@ -26,7 +26,7 @@ jobs: runs-on: [docker] name: Check PR size container: - image: ubuntu:20.04 + image: ubuntu:22.04 steps: - name: Label and comment PR