Skip to content

English Please

English Please #1

name: English Please
on: [issues]
# also make changes in ./on-label.yml and ./on-open.yml
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: "microsoft/vscode-github-triage-actions"
ref: stable
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run English Please
uses: ./actions/english-please
with:
nonEnglishLabel: "*english-please"