QA disable feature not working as expected for nodejs sample for network category #172
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 |