Skip to content

Drop minor versions and improve build gradle #59

Drop minor versions and improve build gradle

Drop minor versions and improve build gradle #59

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