218 - 渲染函数[h()] #9078
  
    
      This file contains hidden or 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: Labeling | |
| on: | |
| issues: | |
| types: [opened, labeled] | |
| jobs: | |
| start: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - run: cd scripts && npm i --only=production | |
| - run: cd scripts/actions && npx tsx ./loader.ts ${{github.token}} labeling | |