Try to make coderabbit respect exisiting type labels#8042
Try to make coderabbit respect exisiting type labels#8042stefanv merged 2 commits intoscikit-image:mainfrom
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| instructions: >- | ||
| Improvements made to an existing feature. Mutually exclusive. | ||
| Improvements made to an existing feature. | ||
| Improvements for tooling, infrastructure and such shouldn't use this label. |
There was a problem hiding this comment.
I would phrase this along the lines of:
"Mutually exclusive with labels a, b, c." or "Do not apply this label in combination with a, b, c."
There was a problem hiding this comment.
This sentence is not exactly about the "mutually exclusive" part, but about which exclusive label to chose when multiple apply.
|
The PR removes the general mutual exclusivity of type labels: is this what is desired? |
I'm not following? I think I reworded the "mutual exclusivity" because coderabbit didn't seem to "get it". |
Co-authored-by: Stefan van der Walt <sjvdwalt@gmail.com>
18b1f40 to
595b150
Compare
* origin/main: (27 commits) Move `_shared` to `_skimage2` (#8102) Port `pad_footprint` & `mirror_footprint` to `skimage2` (#8094) Add rescaling API to skimage2 (#8075) Move `skimage2` implementation into `_skimage2` (#8093) Undo (double) mirroring in `ski2.morphology.dilation` (#8060) Grammar (#8091) Move `ensure_spacing` into `skimage2` (#8067) Ensure that `skimage2` does not eagerly import `skimage` (#8087) Use lazy-loader 0.5 (#8080) MAINT: make ellipse fitting forward compatible (#8054) Avoid deprecated assign to ndarray.shape (#8020) Avoid circular import in `feature/corner.py` (#8077) Turn off coderabbit auto-labeling & label checks (#8070) Fix GIL being re-enabled by C++ extensions (#8059) Fix conventions following docstub and misc. (#8055) Port grayscale morphology operators to skimage2 (#8046) Add revised `peak_local_max` to `skimage2` (#8039) Allow read-only arrays as input to remap (#7535) Add `prescale` parameter to "blob functions" (#7858) Try to make coderabbit respect exisiting type labels (#8042) ...
Description
I was very tempted to just remove the auto-labeling altogether. Attempting a fix since I think @stefanv cares about it labeling new PRs from outside contributors.
Checklist
./doc/examplesfor new featuresRelease note
For maintainers and optionally contributors, please refer to the instructions on how to document this PR for the release notes.