Skip to content

feat: add support for Java 25 and rework some entity relationships #52

feat: add support for Java 25 and rework some entity relationships

feat: add support for Java 25 and rework some entity relationships #52

name: Close invalid PRs
on:
pull_request_target:
types: [ opened ]
jobs:
run:
if: ${{ github.repository != github.event.pull_request.head.repo.full_name && github.head_ref == 'main' }}
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "Please do not open pull requests from the `main` branch, create a new branch instead."