Request for Supporting RemoteForward Configuration in .ssh/config within VSCode Terminal #52325
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: English Please | |
on: | |
issues: | |
types: [opened, edited, labeled] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions | |
uses: actions/checkout@v2 | |
with: | |
repository: 'microsoft/vscode-github-triage-actions' | |
ref: main | |
path: ./actions | |
- name: Install Actions | |
run: npm install --production --prefix ./actions | |
- name: Run English Please | |
uses: ./actions/english-please | |
with: | |
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}} | |
cognitiveServicesAPIKey: ${{secrets.AZURE_TEXT_TRANSLATOR_KEY}} | |
nonEnglishLabel: "*english-please" | |
needsMoreInfoLabel: "needs more info" | |
translatorRequestedLabelPrefix: "translation-required-" | |
translatorRequestedLabelColor: "c29cff" |