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.
## 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`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
.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.ymlCommits
chore: remove upstream GitHub Actions workflows