Skip to content

An error occurred when using yeoman-environment in TypeScript #51

An error occurred when using yeoman-environment in TypeScript

An error occurred when using yeoman-environment in TypeScript #51

Workflow file for this run

name: Triage issues
on:
issues: { types: opened }
jobs:
apply-label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.addLabels({...context.issue, labels: ['needs triage']})