From 98a228f054ce90bc3dc739ce1bc171569fa27963 Mon Sep 17 00:00:00 2001 From: Tony <3987237+random1223@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:52:23 -0700 Subject: [PATCH] Add the missing checks permission for issue reporter. (#2) --- .github/workflows/codety.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codety.yml b/.github/workflows/codety.yml index b7aaa11..3eae703 100644 --- a/.github/workflows/codety.yml +++ b/.github/workflows/codety.yml @@ -10,6 +10,7 @@ jobs: permissions: pull-requests: write contents: read + checks: write container: image: codetyio/codety:latest env: