Skip to content

Clarify intended procedure for detecting when a new access token has been generated and how/whether to store it #5

Clarify intended procedure for detecting when a new access token has been generated and how/whether to store it

Clarify intended procedure for detecting when a new access token has been generated and how/whether to store it #5

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