From 33a93d976c46026d5f283de3570cd4ada8f9fdee Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Wed, 21 Oct 2020 20:30:55 +0300 Subject: [PATCH] Add *.json to .editorconfig (#7941) * Add *.json to .editorconfig * Modify bundlewatch --- .editorconfig | 4 ++++ .github/workflows/bundlewatch.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a7062a2cc..efa08f801 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ insert_final_newline = true [*.yml] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2 diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 0046ac2b8..310133775 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -1,7 +1,7 @@ -name: "Bundlewatch Github Action" +name: "Bundlewatch" on: - pull_request: + pull_request_target: types: [synchronize, opened, reopened] push: branches: -- 2.47.2