Skip to content

watchdog

watchdog #289

Workflow file for this run

name: watchdog
on:
schedule:
- cron: '0 */6 * * *' # every 6h
workflow_dispatch:
permissions:
issues: write
contents: read
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22
- name: Detect silent release skip
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
run: node scripts/watchdog.mjs