feat(compat): Provide JDK11 compatibilty through Multi-Release JAR #222
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 }} |