From 647fb4750216e95bbfded9473647627296126fa2 Mon Sep 17 00:00:00 2001 From: HariKrishnan Date: Thu, 9 Jan 2025 23:35:42 +0530 Subject: [PATCH] removing comments --- .github/workflows/pull_request_merge_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_merge_checks.yaml b/.github/workflows/pull_request_merge_checks.yaml index a0ce0b1..ea3c40e 100644 --- a/.github/workflows/pull_request_merge_checks.yaml +++ b/.github/workflows/pull_request_merge_checks.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. + fetch-depth: 0 - uses: actions/setup-node@v2 with: @@ -29,7 +29,7 @@ jobs: io/**/*.yaml io/**/*.yml io/**/*.json - files_ignore: kafka.yaml #skipping it as async is under private-beta + files_ignore: kafka.yaml - name: Get changed GraphQLS files id: changed-graphqls-files