<
73D7
div
class="js-updatable-content js-socket-channel" data-url="/matplotlib/matplotlib/actions/runs/15299102395/header_partial" data-channel="eyJjIjoiY2hlY2tfc3VpdGVzOjM5MjQ1NzI4OTc1IiwidCI6MTc1MDMyOTk4OX0=--9c8a6e99d1b34919ec48baf14f2236c62cb68e982ee35c28a83deaf465b1f19d" >
Fix label_outer in the presence of colorbars. #5599
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Pull Request Labeler" | |
on: | |
- pull_request_target | |
jobs: | |
labeler: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 | |
with: | |
sync-labels: true |