From 1d78987903f2910fc2cf1632b709aa1a5403df0f Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Wed, 29 Jan 2025 18:22:33 +0800 Subject: [PATCH] fix: Do not review on direct commit push (#15) --- .github/workflows/basic.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index e67bc5e..f5cab01 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -7,9 +7,6 @@ name: Code Review@Dev on: pull_request_target: types: [opened, synchronize, reopened] - push: - branches: - - main # fix: GraphQL: Resource not accessible by integration (addComment) error permissions: