build(deps-dev): bump pyright from 1.1.388 to 1.1.389 #9060
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
# https://github.com/marketplace/actions/verify-linked-issue | |
name: Verify the pull request has linked issues | |
on: | |
pull_request: | |
types: [edited, synchronize, opened, reopened] | |
jobs: | |
verify_linked_issue: | |
name: Ensure Pull Request has a linked issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: Verify Linked Issue | |
uses: hattan/verify-linked-issue-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |