Download Latest Version Update to Node 20 source code.zip (644.9 kB)
Email in envelope

Get an email when there's a new version of notfoundbot

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
Added whitelist.tar.gz 2021-05-09 634.1 kB
Added whitelist.zip 2021-05-09 643.8 kB
README.md 2021-05-09 555 Bytes
Totals: 3 Items   1.3 MB 0

This release includes a contribution from @steveoh: you can now add a list of domains that you don't want notfoundbot to check, and it will skip them.

:::yaml
name: notfoundbot
on:
  schedule:
    - cron: "0 5 * * *"
jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Fix links
        uses: tmcw/notfoundbot@v2.0.2
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          EXCEPTIONS: www.host.com thisisok.org
Source: README.md, updated 2021-05-09