Add information about qt_viewer
fixture
#85
Workflow file for this run
This file contains 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: Remove "ready to merge" label | |
on: | |
pull_request_target: | |
types: [closed] | |
workflow_call: | |
permissions: | |
pull-requests: write | |
jobs: | |
remove_label: | |
name: Remove ready to merge label | |
uses: napari/napari/.github/workflows/remove_ready_to_merge.yml@main |