From c5f641e5e83bafc9438143bcbf95632148969cdf Mon Sep 17 00:00:00 2001 From: Christopher Holt <=> Date: Tue, 5 Mar 2024 17:50:25 -0800 Subject: [PATCH] update branch policies and pipelines for pull requests on archive --- .github/workflows/ci-validate-platforms.yml | 4 ++-- .github/workflows/ci-validate-pr.yml | 4 ++-- .vscode/settings.json | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-validate-platforms.yml b/.github/workflows/ci-validate-platforms.yml index 36564eb2230..9aba7b1fdb2 100644 --- a/.github/workflows/ci-validate-platforms.yml +++ b/.github/workflows/ci-validate-platforms.yml @@ -3,11 +3,11 @@ name: Validate Platforms/Browsers on: push: branches: - - master + - archives/fast-element-1 pull_request: branches: - - master + - archives/fast-element-1 schedule: - cron: 0 7 * * 3 diff --git a/.github/workflows/ci-validate-pr.yml b/.github/workflows/ci-validate-pr.yml index 85ec3affb53..5d54e106416 100644 --- a/.github/workflows/ci-validate-pr.yml +++ b/.github/workflows/ci-validate-pr.yml @@ -3,11 +3,11 @@ name: Validate PRs on: push: branches: - - master + - archives/fast-element-1 - releases/* pull_request: branches: - - master + - archives/fast-element-1 - releases/* - features/* diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f598efbde3..3cc264f4a71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,11 @@ "files.insertFinalNewline": false }, "[markdown]": { - "editor.quickSuggestions": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, "editor.wordWrap": "off", "editor.wordWrapColumn": 90, "files.insertFinalNewline": false,