Skip to content

[Bug] Field 'projectNext' doesn't exist on type 'User' #51

[Bug] Field 'projectNext' doesn't exist on type 'User'

[Bug] Field 'projectNext' doesn't exist on type 'User' #51

Workflow file for this run

name: "Add Issue/PR to Project"
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add_to_project:
name: Add to Project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
user: ${{ github.repository_owner }}
project-number: 5
github-token: "${{ secrets.MY_TOKEN }}"
fields: product,priority
fields-value: back-end,high