From c3a5749d4682d270c83331acab43e13535f3ffbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=EC=84=B1=ED=98=B8?= <70130721+sungh0lim@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:40:58 +0900 Subject: [PATCH] Fix readme (#630) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c7bd528..5ba6f3e0 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,6 @@ jobs: permissions: contents: read pull-requests: write - runs-on: ubuntu-latest steps: @@ -202,10 +201,10 @@ on: jobs: triage: - runs-on: ubuntu-latest permissions: contents: read pull-requests: write + runs-on: ubuntu-latest steps: - id: label-the-PR uses: actions/labeler@v4