cant connect to azure compute instance, this has to be fixed, it's been months. Sending the fix too #1081
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: Add Needs Triage Label | |
on: | |
issues: | |
types: [opened, reopened] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
add_label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: triage-needed |