Skip to content

fix: errow with the `uses' attribute must be a path, a Docker image, or owner/repo@ref #9032

fix: errow with the `uses' attribute must be a path, a Docker image, or owner/repo@ref

fix: errow with the `uses' attribute must be a path, a Docker image, or owner/repo@ref #9032

# 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 }}