chore: remove duplicated workflow files - #107
Conversation
Remove dependabot-pr.yaml and pre-commit-pr.yaml. These workflows are now centralized in the .github organization repository.
|
There was a problem hiding this comment.
Pull request overview
Removes repository-local GitHub Actions workflows that auto-approve/auto-merge Dependabot and pre-commit-ci PRs, based on the note that these workflows are now managed centrally in the organization-level .github repository.
Changes:
- Delete the
pre-commit-pr.yamlworkflow that approves/auto-merges PRs created bypre-commit-ci[bot]. - Delete the
dependabot-pr.yamlworkflow that approves/auto-merges PRs created bydependabot[bot].
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/pre-commit-pr.yaml | Removed duplicated pre-commit bot auto-approve/merge workflow. |
| .github/workflows/dependabot-pr.yaml | Removed duplicated Dependabot auto-approve/merge workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Up to standards ✅🟢 Issues
|



Remove dependabot-pr.yaml and pre-commit-pr.yaml.
These workflows are now centralized in the .github organization repository.