diff --git a/.github/workflows/check_codeowners.yml b/.github/workflows/check_codeowners.yml index 01eb4f7db9b..99c5991cb66 100644 --- a/.github/workflows/check_codeowners.yml +++ b/.github/workflows/check_codeowners.yml @@ -52,9 +52,9 @@ jobs: chmod +x .github/scripts/check_deleted_files.sh .github/scripts/check_deleted_files.sh - - name: Respond to PR if check CODEOWNERS exists for deleted files fails - if: ${{ failure() }} - uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2.4.0 - with: - message: 'Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: ${{ env.offending_file }}' - GITHUB_TOKEN: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }} + # - name: Respond to PR if check CODEOWNERS exists for deleted files fails + # if: ${{ failure() }} + # uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2.4.0 + # with: + # message: 'Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: ${{ env.offending_file }}' + # GITHUB_TOKEN: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}