From c6e2738708a7cd4b2768efa6a5e6bad479963537 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:28:07 +0100 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5849dcb70..1b35fe7e5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -183,9 +183,9 @@ jobs: echo "PR is not against develop branch. Please refer PR_GUIDELINES.md" exit 1 - Check-Unauthorized-Changes: + Check-Sensitive-Files: if: ${{ github.actor != 'dependabot[bot]' }} - name: Checks if no unauthorized files are changed + name: Checks if sensitive files have been changed without authorization runs-on: ubuntu-latest steps: - name: Checkout code