From b57ff6aeec72e99f0226e339fcaf55b3567ee6ae Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 20 Feb 2022 12:41:57 +0000 Subject: [PATCH] remove the CONTENT_COMPARISON setting (defaults to false) --- .github/workflows/sync-back-to-dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-back-to-dev.yml b/.github/workflows/sync-back-to-dev.yml index f8beac8b..fecf6962 100644 --- a/.github/workflows/sync-back-to-dev.yml +++ b/.github/workflows/sync-back-to-dev.yml @@ -19,7 +19,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FROM_BRANCH: 'master' TO_BRANCH: 'devel' - CONTENT_COMPARISON: true - name: Label the pull request to ignore for release note generation uses: actions-ecosystem/action-add-labels@v1 with: