Skip to content

use prettier's builtin configuration instead of falling back to VS Code configuration when locally installed prettier is used #194

use prettier's builtin configuration instead of falling back to VS Code configuration when locally installed prettier is used

use prettier's builtin configuration instead of falling back to VS Code configuration when locally installed prettier is used #194

Workflow file for this run

name: On Open
on:
issues:
types: [opened]
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 Clipboard Labeler
uses: ./actions/regex-labeler
with:
label: "invalid"
mustNotMatch: "^We have written the needed data into your clipboard because it was too large to send\\. Please paste\\.$"
comment: "It looks like you're using the VS Code Issue Reporter but did not paste the text generated into the created issue. We've closed this issue, please open a new one containing the text we placed in your clipboard.\n\nHappy Coding!"