Skip to content

Quick Eval on Mac for Standard QL Libraries Not Functioning Correctly #314

Quick Eval on Mac for Standard QL Libraries Not Functioning Correctly

Quick Eval on Mac for Standard QL Libraries Not Functioning Correctly #314

Workflow file for this run

name: Label issue
on:
issues:
types: [opened]
jobs:
label:
name: Label issue
runs-on: ubuntu-latest
steps:
- name: Label issue
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo '{"labels": ["VSCode"]}' | gh api repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels --input -