my default key bindings aren't working are not after i have installed VIM so how to fix that, recently i have deleleted the VIM but still that issues continues #52244
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" |