Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

table.getRows throws TypeError: Cannot read properties of undefined (reading 'fields') #13

table.getRows throws TypeError: Cannot read properties of undefined (reading 'fields')

table.getRows throws TypeError: Cannot read properties of undefined (reading 'fields') #13

name: invalid_link
on:
issues:
types: [opened, reopened]
jobs:
close:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const script = require('./.github/scripts/close-invalid-link.cjs')
await script({github, context})