From 3ee123aa23c7b81f3a9b1b5ac784a9e6543673d9 Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Wed, 22 May 2024 15:59:36 +0900 Subject: [PATCH] Disable commenting PR for federation compat check (#2245) --- .github/workflows/compatibility.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index c0c3eb565..ee8d6b3c2 100644 --- a/.github/workflows/compatibility.yaml +++ b/.github/workflows/compatibility.yaml @@ -32,7 +32,6 @@ jobs: path: '/graphql' port: 4001 debug: true - token: ${{ secrets.GITHUB_TOKEN }} # Boolean flag to indicate whether any failing test should fail the script failOnWarning: false # Boolean flag to indicate whether any required test should fail the script