Skip to content

Fix release

Fix release #86

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/[email protected]
with:
project-url: https://github.com/orgs/GravityKit/projects/16
github-token: ${{ secrets.ADD_TO_PROJECTS_PAT }}