Skip to content

Fix nullable left join fatal error #2253 #127

Fix nullable left join fatal error #2253

Fix nullable left join fatal error #2253 #127

Workflow file for this run

name: Auto-Add Pull Requests
on:
workflow_call:
secrets:
ADD_TO_PROJECTS_PAT:
required: true
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add to GravityKit Planning
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/GravityKit/projects/16
github-token: ${{ secrets.ADD_TO_PROJECTS_PAT }}