From f1ce002f126140ef6c3ebcf9de1b6e36dfccc4c7 Mon Sep 17 00:00:00 2001 From: "pebble-staging[bot]" Date: Mon, 23 Mar 2026 14:46:06 +0000 Subject: [PATCH] PEBBLE-848: Integration test - verify shallow+blobless clone push workflow Tests file edit (README.md), file creation (INTEGRATION_TEST_848.md), and file deletion (.github/auto_assign.yml) through the proxy push workflow with shallow+blobless clone (--depth 20 --filter=blob:none). --- .github/auto_assign.yml | 10 ---------- INTEGRATION_TEST_848.md | 6 ++++++ README.md | 1 + 3 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 .github/auto_assign.yml create mode 100644 INTEGRATION_TEST_848.md diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index 28a6c181f240..000000000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,10 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: false - -# Set to true to add assignees to pull requests -addAssignees: author - -# A number of assignees to add to the pull request -# Set to 0 to add all of the assignees. -# Uses numberOfReviewers if unset. -numberOfAssignees: 0 diff --git a/INTEGRATION_TEST_848.md b/INTEGRATION_TEST_848.md new file mode 100644 index 000000000000..a231340757a2 --- /dev/null +++ b/INTEGRATION_TEST_848.md @@ -0,0 +1,6 @@ +# PEBBLE-848 Integration Test File + +This file was created as part of the staging proxy environment integration test. +It verifies that file creation works correctly through the shallow+blobless clone + proxy push workflow. + +Created: 2026-03-23 diff --git a/README.md b/README.md index 453e42dc3efc..83b8392e0913 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +