Jupyter kernel startup delayed 30s+ with pixi environment on WSL2 (continuation of locked #1407) #1427
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: Test Plan Item Validator | |
| on: | |
| issues: | |
| types: [edited, labeled] | |
| permissions: | |
| issues: write | |
| jobs: | |
| main: | |
| runs-on: ubuntu-latest | |
| if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') | |
| steps: | |
| - name: Checkout Actions | |
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| repository: 'microsoft/vscode-github-triage-actions' | |
| path: ./actions | |
| persist-credentials: false | |
| ref: stable | |
| - name: Install Actions | |
| run: npm install --production --prefix ./actions | |
| - name: Run Test Plan Item Validator | |
| uses: ./actions/test-plan-item-validator | |
| with: | |
| label: testplan-item | |
| invalidLabel: invalid-testplan-item | |
| comment: Invalid test plan item. See errors below and the [test plan item spec](https://github.com/microsoft/vscode/wiki/Writing-Test-Plan-Items) for more information. This comment will go away when the issues are resolved. |