chore: remove upstream GitHub Actions workflows #5
Reference in New Issue
Block a user
Delete Branch "chore/remove-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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