Skip to content

ci: remove unused dependabot rebase workflow - #818

Merged
nickolas-dimitrakas merged 6 commits into
mainfrom
ci/scope-dependabot-rebase-secrets
Sep 17, 2026
Merged

nickolas-dimitrakas merged 6 commits into
mainfrom
ci/scope-dependabot-rebase-secrets

Conversation

@nickolas-dimitrakas

@nickolas-dimitrakas nickolas-dimitrakas commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes the Dependabot Branch Rebase workflow. It only ever targeted the development branch, 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

  • Confirmed no other workflow or doc references it.

🤖 Generated with Claude Code

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>
@nickolas-dimitrakas
nickolas-dimitrakas requested a review from a team as a code owner September 17, 2026 14:38
@cursor

cursor Bot commented Sep 17, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
CI workflow cleanup with no impact on SDK code or production build processes.

Overview
Removes the unused dependabot-rebase-branch.yml GitHub Actions workflow, which previously triggered rebasing against the deprecated development branch and forwarded repository secrets to an external reusable workflow.

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>
@nickolas-dimitrakas nickolas-dimitrakas self-assigned this Sep 17, 2026
nickolas-dimitrakas and others added 3 commits September 17, 2026 10:48
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
@nickolas-dimitrakas nickolas-dimitrakas changed the title ci: scope dependabot rebase workflow secrets ci: remove unused dependabot rebase workflow Sep 17, 2026
@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown

📦 SDK Size Impact Report

What 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

Metric Target branch This PR Change
APK size 119.76 KB 119.76 KB 0 bytes
Download size 117.58 KB 117.58 KB 0 bytes
Dex bytes 213.75 KB 213.75 KB 0 bytes

➡️ SDK size impact change is minimal.

Raw measurements

Target 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}

Measured fe2b9b3 merged into 38bf857

CHANGELOG entries are generated automatically; don't hand-add them.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@nickolas-dimitrakas
nickolas-dimitrakas merged commit 089c2d7 into main Sep 17, 2026
43 of 44 checks passed
@nickolas-dimitrakas
nickolas-dimitrakas deleted the ci/scope-dependabot-rebase-secrets branch September 17, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants