Skip to content

Do not write null values to jvminfo event #7

Do not write null values to jvminfo event

Do not write null values to jvminfo event #7

Workflow file for this run

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')
runs-on: ubuntu-latest
steps:
- name: Auto-approve PR if labeled 'trivial'
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}