Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #6249: ci: improve conflicts checker to skip PRs which are a draft
2e8f9f9 refactor: better readability (UdjinM6) 9ad5373 ci: less api calls when checking potential conflicts (UdjinM6) 9f3d5b0 ci: improve conflicts checker to skip PRs which are a draft (pasta) Pull request description: ## Issue being fixed or feature implemented Currently, CI will report a lot of conflicts on most normal PRs. This is because a lot of times a WIP PR will be opened which depends on another. This will result in both being unhappy. ## What was done? Instead, skip any PR which is considered a draft. ## How Has This Been Tested? Hasn't, wish us luck! ## Breaking Changes None ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK 2e8f9f9 Tree-SHA512: 3c498d406244bf288df21dc57b28120d2f50c409c1cf1311e3681647bc76d435910e7bb81e9bf6441c057644602324b8be451e66a9fc19a28be30100a7c70087
- Loading branch information