Name | Modified | Size | Downloads / 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