Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Post Integration Tests Trigger Comment on Base Branch Change (#9897)
## Description **Issue:** Integration tests were not triggered when base branch is changed from some-branch to master. Neither the PR author is aware that we have to re-trigger them. **Solution:** Wrote a github action which will subscribe "- edited" action and will be triggered on base branch change. As a result, a comment will be posted on PR notifying author to trigger integration tests. **Why not do it programmatically? Other Solutions/Approaches**? Such concerns are addressed in detail in following document: https://docs.google.com/document/d/18cjQINkZ7Kc8eEGt0FrfuO78yShZAV32fnhfpG4A-9o/edit ### Security Considerations ### Scaling Considerations ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
- Loading branch information