Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
erlichsefi committed Oct 31, 2024
1 parent 1ae4177 commit 6864b12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/user-validation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Reject PR with IgnoreList

on:
pull_request:
types: [opened, edited, synchronize]
Expand All @@ -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: |
Expand Down

0 comments on commit 6864b12

Please sign in to comment.