Skip to content

fix(core): Handle possible nulls in factory methods #244

fix(core): Handle possible nulls in factory methods

fix(core): Handle possible nulls in factory methods #244

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 }}