Skip to content

Release 2.19.3

Release 2.19.3 #2

Workflow file for this run

name: Auto-Add Pull Requests
on:
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add to GravityKit Planning
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/GravityKit/projects/16
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}