mac m1 view AST 报错 #297
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: 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 - |