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: