Skip to content

Setup tests for IBM JDK 8 #13

Setup tests for IBM JDK 8

Setup tests for IBM JDK 8 #13

name: Auto-Approve Trivial PRs
on:
pull_request_target:
types: [labeled]
permissions:
pull-requests: write
contents: read
jobs:
auto-approve:
if: contains(github.event.pull_request.labels.*.name, 'trivial') || contains(github.event.pull_request.labels.*.name, 'no-review')
runs-on: ubuntu-latest
steps:
- name: Auto-approve PR
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}