Skip to content

Add issue checker

Add issue checker #1

name: PR Issue Check

Check failure on line 1 in .github/workflows/pr-issue-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-issue-check.yml

Invalid workflow file

(Line: 15, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'plotly/pr-issue-checker'
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled]
permissions:
pull-requests: write
issues: read
jobs:
check-linked-issue:
runs-on: ubuntu-latest
steps:
- uses: plotly/pr-issue-checker
with:
github-token: ${{ secrets.GITHUB_TOKEN }}