Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevOps: Automatically check Dependabot PRs for breaking changes #830

Open
3 tasks
nlebovits opened this issue Jul 23, 2024 · 0 comments
Open
3 tasks

DevOps: Automatically check Dependabot PRs for breaking changes #830

nlebovits opened this issue Jul 23, 2024 · 0 comments
Labels

Comments

@nlebovits
Copy link
Collaborator

Describe the task

Implement a GitHub Action to automatically check Dependabot PRs for breaking changes. This action should run the test suite on the feature branch created by Dependabot for each PR. If the tests fail, the action should label the PR with "breaking change." This will help in identifying and managing breaking changes introduced by dependency updates.

Acceptance Criteria

  • Set up a GitHub Action to run tests on the feature branch of Dependabot PRs.
  • Configure the action to label PRs with "breaking change" if tests fail.
  • Ensure the action integrates seamlessly with existing CI/CD workflows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Do
Development

No branches or pull requests

1 participant