[Bug]:Error in A1 %*% M2: requires numeric/complex matrix/vector arguments Stack trace tryCatchOne(expr, names, parentenv, handlers[[1]] #1639
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: Label and Assign | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| jobs: | |
| Label-and-assign: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/github-script@v6 | |
| with: | |
| script: | | |
| const keyFun = require('./.github/scripts/keywords.js'); | |
| const keywords = keyFun(); | |
| const script = require('./.github/scripts/issue_labelAssign.js'); | |
| script({github, context}, keywords); |