chore(ci): disable upstream workflows, keep only qBraid CI#10
Open
Kenny-Heitritter wants to merge 1 commit into
Open
chore(ci): disable upstream workflows, keep only qBraid CI#10Kenny-Heitritter wants to merge 1 commit into
Kenny-Heitritter wants to merge 1 commit into
Conversation
Disable (rename to .disabled) all non-qBraid workflows to prevent upstream publishing/deploying/releasing and repo-management bots from running on the fork. Active workflows kept: - codeq-gcs-upload.yml (qBraid binary build + GCS deploy, manual) - test.yml, typecheck.yml (generic PR CI) Disabled: publish, deploy, generate, containers, nix-hashes, release/publish-github-action, publish-vscode, sync-zed-extension, beta, stats, opencode, review, notify-discord, pr-management, pr-standards, close-stale-prs, stale-issues, triage, duplicate-issues, daily-issues-recap, daily-pr-recap, docs-update.
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.
Disables all upstream-inherited GitHub Actions on the fork by renaming them to
.disabled(GitHub ignores non-.ymlextensions). Prevents upstream publishing/deploying/releasing and repo-management bots from firing onqBraid/opencode.Active workflows kept (3)
codeq-gcs-upload.yml— qBraid CodeQ binary build (5 platforms, qBraid branding) →gs://qbraid-codeq. Manual (workflow_dispatch) only.test.yml— bun tests on PRs /devpush.typecheck.yml— tsgo typecheck on PRs /devpush.Disabled (renamed →
.disabled)Dangerous (publish/deploy under upstream identity):
publish.yml(npm/AUR/ghcr/Tauri desktop),deploy.yml(SST deploy),generate.yml(auto-commits todevw/ upstream app secret),containers.yml(ghcr push),nix-hashes.yml,release-github-action.yml,publish-github-action.yml,publish-vscode.yml,sync-zed-extension.yml,beta.yml,stats.yml.Upstream repo-management bots:
opencode.yml,review.yml,notify-discord.yml,pr-management.yml,pr-standards.yml,close-stale-prs.yml,stale-issues.yml,triage.yml,duplicate-issues.yml,daily-issues-recap.yml,daily-pr-recap.yml,docs-update.yml.(
nix-desktop.yml.disabledwas already disabled upstream — left as-is.)Why
Several of these triggered on push to
dev(e.g.deploy.yml,generate.yml,publish.yml) and referenced upstream infra/registries/identity (opencode@sst.dev, registry.npmjs.org, AUR, Tauri signing, OPENCODE_APP_SECRET). They have no purpose on the qBraid fork and risk accidental publishing/deployment.Reversible
Each is a rename only — re-enable by renaming
.disabled→.yml.Notes
codeq-gcs-upload.yml.devdoes not triggerdeploy.yml/publish.yml/generate.yml.🤖 Generated with opencode