Skip to content

build(deps-dev): bump deptry from 0.16.2 to 0.19.0 #8985

build(deps-dev): bump deptry from 0.16.2 to 0.19.0

build(deps-dev): bump deptry from 0.16.2 to 0.19.0 #8985

# 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@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}