There was an error while loading. Please reload this page.
1 parent 6401bd5 commit bbef068Copy full SHA for bbef068
1 file changed
.github/workflows/pr_validate.yaml
@@ -21,12 +21,6 @@ jobs:
21
runs-on: ubuntu-24.04
22
if: ${{ !github.event.pull_request.draft }}
23
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
-
30
- name: Validate PR title
31
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
32
env:
0 commit comments