From 87a61d48453b6780ca676aa7617b1b6dfb3eb7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Wed, 17 Aug 2022 10:03:01 +0200 Subject: [PATCH] Disable creating review on fixup commits Workflows triggered by pull-requests are using a read-only token that can't create reviews. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1f2cce21962..c130406c81e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: uses: trinodb/github-actions/block-commits@c2991972560c5219d9ae5fb68c0c9d687ffcdd10 with: action-merge: fail - action-fixup: request-changes + action-fixup: none error-prone-checks: runs-on: ubuntu-latest