Skip to content

feat(compat): Provide JDK11 compatibilty through Multi-Release JAR #222

feat(compat): Provide JDK11 compatibilty through Multi-Release JAR

feat(compat): Provide JDK11 compatibilty through Multi-Release JAR #222

Workflow file for this run

---
name: Auto approve for owner
on:
pull_request:
types: [opened, reopened]
jobs:
approve:
if: github.actor == github.repository_owner
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}