Skip to content

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 #6799

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 #6799

Workflow file for this run

name: Verify Linked Issue
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
verify-linked-issue:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
name: Verify Pull Request references Issue
steps:
- uses: Codeinwp/verify-linked-issue-action@6da9af91d78847c7ea264083a64eab3271b4369f
id: verify_issue_reference
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Report no referenced issue
if: steps.verify_issue_reference.outputs.has_linked_issues != 'true'
run: exit 1;