From 6864b128353914c722dd56d22d622da659b38916 Mon Sep 17 00:00:00 2001 From: Sefi Erlich Date: Thu, 31 Oct 2024 20:48:07 +0000 Subject: [PATCH] . --- .github/workflows/user-validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/user-validation.yml b/.github/workflows/user-validation.yml index 08d94a6..912a962 100644 --- a/.github/workflows/user-validation.yml +++ b/.github/workflows/user-validation.yml @@ -1,5 +1,4 @@ name: Reject PR with IgnoreList - on: pull_request: types: [opened, edited, synchronize] @@ -14,6 +13,9 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Fetch all branches + run: git fetch --all + - name: Check for restricted authors in commits id: check_commit_authors run: |