update and move doc deps into group instead of extras, update RTD config #422
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: PR Target (opened) | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- reopened | |
jobs: | |
assign-author: | |
name: Assign Author to PR | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/assign-author@v1 # cspell:ignore technote | |
label-pr: | |
name: Label PR | |
runs-on: ubuntu-latest | |
steps: | |
- uses: release-drafter/[email protected] | |
with: | |
disable-releaser: true | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |