From 9a57873c779f4fcab656dca047ef5e4fd543104d Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:54:56 -0700 Subject: [PATCH] ci: Don't fail the InclusivenessAnalyzer step --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91c98876..05784a15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,5 +110,4 @@ jobs: - name: Inclusiveness Analyzer uses: microsoft/InclusivenessAnalyzer@v1.0.1 with: - failOnNonInclusiveTerm: true excludeUnchangedFiles: false