Skip to content

Error "Cannot read properties of undefined (reading 'name')", then no code completion #83

Error "Cannot read properties of undefined (reading 'name')", then no code completion

Error "Cannot read properties of undefined (reading 'name')", then no code completion #83

name: Auto Assign ABTT to Project Board
on:
issues:
types:
- opened
jobs:
assign_one_project:
runs-on: ubuntu-latest
permissions:
issues: write
name: Assign to ABTT Project
steps:
- name: "Add triage and area labels"
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Area: VsCodeExtension
triage
- name: "Assign issues with 'Area: ABTT' label to project board"
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/microsoft/projects/755
github-token: ${{ secrets.ABTT_TOKEN }}