Skip to content

Option to let prettier determine format options instead of falling back to VSCode settings when project doesn't contain explicit prettier config #198

Option to let prettier determine format options instead of falling back to VSCode settings when project doesn't contain explicit prettier config

Option to let prettier determine format options instead of falling back to VSCode settings when project doesn't contain explicit prettier config #198

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!"