Skip to content

Commit bbef068

Browse files
remove fork restriction
1 parent 6401bd5 commit bbef068

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/pr_validate.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
if: ${{ !github.event.pull_request.draft }}
2323
steps:
24-
- name: Reject forks
25-
if: github.event.pull_request.head.repo.full_name != github.repository
26-
run: |
27-
echo "::error::Pull requests from forks are not accepted. Please create a branch in this repository and open your PR from there."
28-
exit 1
29-
3024
- name: Validate PR title
3125
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
3226
env:

0 commit comments

Comments
 (0)