Skip to content

managedwriter.WriterClient: "before all" hook for "should fill default values when MissingValuesInterpretation is set" failed #72

managedwriter.WriterClient: "before all" hook for "should fill default values when MissingValuesInterpretation is set" failed

managedwriter.WriterClient: "before all" hook for "should fill default values when MissingValuesInterpretation is set" failed #72

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/setup-node@v3
with:
node-version: 18
- run: npm install
working-directory: ./.github/scripts
- uses: actions/github-script@v7
with:
script: |
const script = require('./.github/scripts/close-invalid-link.cjs')
await script({github, context})