Completed Q&A, but move2kube API thinks there are more questions and transformation fails #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Assign Project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
create_card: | |
runs-on: ubuntu-latest | |
steps: | |
- name: create project card | |
uses: peter-evans/create-or-update-project-card@v1 | |
with: | |
token: ${{ secrets.MOVE2KUBE_PATOKEN }} | |
project-name: Move2Kube | |
column-name: Backlog | |
project-location: konveyor |