chore: remove upstream GitHub Actions workflows #5

Merged
rootiest merged 1 commits from chore/remove-actions into main 2026-04-08 04:50:18 +00:00
Owner

Summary

  • Removes the entire .github/ directory (workflows, issue templates, PR template, dependabot config, labeler config)

Details

The 16 workflow files and associated GitHub config were copied in from the upstream Keychron repository and are not appropriate for this personal fork. They trigger unwanted CI runs and reference infrastructure that doesn't exist here.

Removing them keeps the repository clean and prevents noise from failed workflow runs.

Files removed

  • .github/workflows/ — 16 CI/CD workflow files (api, ci_builds, lint, format, regen, unit_test, etc.)
  • .github/ISSUE_TEMPLATE/ — 5 issue template files
  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/dependabot.yml
  • .github/labeler.yml

Commits

  • chore: remove upstream GitHub Actions workflows
## Summary - Removes the entire `.github/` directory (workflows, issue templates, PR template, dependabot config, labeler config) ## Details The 16 workflow files and associated GitHub config were copied in from the upstream Keychron repository and are not appropriate for this personal fork. They trigger unwanted CI runs and reference infrastructure that doesn't exist here. Removing them keeps the repository clean and prevents noise from failed workflow runs. ### Files removed - `.github/workflows/` — 16 CI/CD workflow files (api, ci_builds, lint, format, regen, unit_test, etc.) - `.github/ISSUE_TEMPLATE/` — 5 issue template files - `.github/PULL_REQUEST_TEMPLATE.md` - `.github/dependabot.yml` - `.github/labeler.yml` ### Commits - `chore: remove upstream GitHub Actions workflows`
rootiest added 1 commit 2026-04-08 04:48:35 +00:00
chore: remove upstream GitHub Actions workflows
Pull Request Labeler / triage (pull_request) Successful in 4s
949d34941a
Keychron's CI workflows don't apply to this personal fork and trigger
unwanted runs. Remove the entire .github/workflows directory.
rootiest merged commit 14747159fa into main 2026-04-08 04:50:18 +00:00
Sign in to join this conversation.