ci: remove unused dependabot rebase workflow - #818
Merged
Merged
Conversation
Replaces secrets: inherit with an explicit mapping of only the secrets the rebase workflow actually uses, so the release signing and publish credentials this repo carries are no longer part of what gets passed along. Depends on mParticle/mparticle-workflows#102 declaring these secrets as accepted workflow_call inputs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit fe2b9b3. Bugbot is set up for automated code reviews on this repo. Configure here. |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Nickolas Dimitrakas <nickolas.dimitrakas@rokt.com>
This workflow only ever ran against the stale development branch (AGENTS.md already flags that branch as unused) and forwarded this repo's full release secret set to an external reusable workflow to do it. Nothing depends on it, so remove it instead of narrowing what it forwards. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ts' into ci/scope-dependabot-rebase-secrets # Conflicts: # CHANGELOG.md
📦 SDK Size Impact ReportWhat the SDK adds to a minified release APK. Measured against an empty baseline app. Unlike the Rokt kit, android-core ships no Compose and no resources, so there is nothing here that a host app would already provide. mParticle Core SDK
➡️ SDK size impact change is minimal. Raw measurementsTarget branch: {"baseline_dex_bytes": 0, "baseline_download_bytes": 2513, "baseline_install_bytes": 7529, "core_dex_bytes": 218884, "core_download_bytes": 122911, "core_install_bytes": 130161}This PR: {"baseline_dex_bytes": 0, "baseline_download_bytes": 2512, "baseline_install_bytes": 7528, "core_dex_bytes": 218884, "core_download_bytes": 122910, "core_install_bytes": 130160} |
CHANGELOG entries are generated automatically; don't hand-add them. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
thomson-t
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
developmentbranch, which AGENTS.md already flags as stale, and forwarded this repo's full release secret set to an external reusable workflow to do it.Test plan
🤖 Generated with Claude Code