chore(deps): update dependency sphinx_autodoc_typehints to v3 #1413
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: Tests Label Commenter | |
on: | |
pull_request_target: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
sparse-checkout: | | |
.github/label-commenter-config.yml | |
sparse-checkout-cone-mode: false | |
- name: Label Commenter | |
uses: peaceiris/[email protected] | |
env: | |
RUNNER_DEBUG: 1 | |
with: | |
github_token: ${{ secrets.LABEL_COMMENTER }} |