diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dd6943d9..b30b0a60c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - 'content/response_integrations/google/**' response_integrations_third_party: - 'content/response_integrations/third_party/**' - - 'content/response_integrations/power_up/**' + - 'content/response_integrations/power_ups/**' playbooks: - 'content/playbooks/**' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a86393088..f388ef0bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,7 +46,7 @@ jobs: - 'content/response_integrations/google/**' response_integrations_third_party: - 'content/response_integrations/third_party/**' - - 'content/response_integrations/power_up/**' + - 'content/response_integrations/power_ups/**' mp: - 'packages/mp/**' package_envcommon: diff --git a/.github/workflows/third_party_code_check.yml b/.github/workflows/third_party_code_check.yml index 61fd94f82..b3ad32b8a 100644 --- a/.github/workflows/third_party_code_check.yml +++ b/.github/workflows/third_party_code_check.yml @@ -7,14 +7,14 @@ on: - '**' paths: - 'content/response_integrations/third_party/**' - - 'content/response_integrations/power_up/**' + - 'content/response_integrations/power_ups/**' pull_request: branches: - '**' paths: - 'content/response_integrations/third_party/**' - - 'content/response_integrations/power_up/**' + - 'content/response_integrations/power_ups/**' jobs: mp_check: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f158c27a6..f90118065 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -46,7 +46,7 @@ jobs: - 'content/response_integrations/google/**' response_integrations_third_party: - 'content/response_integrations/third_party/**' - - 'content/response_integrations/power_up/**' + - 'content/response_integrations/power_ups/**' playbooks: - 'content/playbooks/**' diff --git a/.github/workflows/windows_workflows.yml b/.github/workflows/windows_workflows.yml index 91f868d37..094291164 100644 --- a/.github/workflows/windows_workflows.yml +++ b/.github/workflows/windows_workflows.yml @@ -43,7 +43,7 @@ jobs: - 'content/response_integrations/google/**' response_integrations_third_party: - 'content/response_integrations/third_party/**' - - 'content/response_integrations/power_up/**' + - 'content/response_integrations/power_ups/**' playbooks: - 'content/playbooks/**' diff --git a/.gitignore b/.gitignore index 1787e4614..a9891e9a7 100644 --- a/.gitignore +++ b/.gitignore @@ -234,6 +234,9 @@ cython_debug/ .vscode/ +### Claude Code +.claude/ + ### mp .integrations_cache/ .mp_cache/