Improve deploy workflow by use deploy directory from workflow dispatch input #206
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 html In PR description | |
on: | |
# see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target | |
pull_request_target: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- edited | |
permissions: | |
pull-requests: write | |
jobs: | |
remove_comment: | |
name: Remove html comments. | |
uses: napari/napari/.github/workflows/edit_pr_description.yml@main |