Skip to content

Issue/2120 support the new image choice and multiple choice fields in gravity forms 29 #90

Issue/2120 support the new image choice and multiple choice fields in gravity forms 29

Issue/2120 support the new image choice and multiple choice fields in gravity forms 29 #90

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