Buckets:
ktongue/docker_container / .vscode-server /extensions /ms-python.vscode-python-envs-1.20.1-linux-arm64 /.github /workflows /triage-info-needed.yml
| name: Triage "info-needed" label | |
| on: | |
| issue_comment: | |
| types: [created] | |
| env: | |
| TRIAGERS: '["karthiknadig","eleanorjboyd","anthonykim1"]' | |
| jobs: | |
| add_label: | |
| if: contains(github.event.issue.labels.*.name, 'triage-needed') && !contains(github.event.issue.labels.*.name, 'info-needed') | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| steps: | |
| - name: Checkout Actions | |
| uses: actions/checkout@v4 | |
| with: | |
| repository: 'microsoft/vscode-github-triage-actions' | |
| ref: stable | |
| path: ./actions | |
| persist-credentials: false | |
| - name: Install Actions | |
| run: npm install --production --prefix ./actions | |
| - name: Add "info-needed" label | |
| uses: ./actions/python-triage-info-needed | |
| with: | |
| triagers: ${{ env.TRIAGERS }} | |
| action: 'add' | |
| token: ${{secrets.GITHUB_TOKEN}} | |
| remove_label: | |
| if: contains(github.event.issue.labels.*.name, 'info-needed') && contains(github.event.issue.labels.*.name, 'triage-needed') | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| steps: | |
| - name: Checkout Actions | |
| uses: actions/checkout@v4 | |
| with: | |
| repository: 'microsoft/vscode-github-triage-actions' | |
| ref: stable | |
| path: ./actions | |
| persist-credentials: false | |
| - name: Install Actions | |
| run: npm install --production --prefix ./actions | |
| - name: Remove "info-needed" label | |
| uses: ./actions/python-triage-info-needed | |
| with: | |
| triagers: ${{ env.TRIAGERS }} | |
| action: 'remove' | |
| token: ${{secrets.GITHUB_TOKEN}} | |
Xet Storage Details
- Size:
- 1.64 kB
- Xet hash:
- ee44ffceef3112527852ca72fac173da412b2b73b29dc2b1f6bb89ccfefd8c1a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.