Crates.io | grawler |
lib.rs | grawler |
version | 0.1.3 |
source | src |
created_at | 2024-03-22 17:36:08.226573 |
updated_at | 2024-04-27 14:34:09.952912 |
description | Check PR and issue URLs state |
homepage | |
repository | https://github.com/mrtnvgr/grawler |
max_upload_size | |
id | 1182825 |
size | 87,578 |
Check PR and issue URLs state
For a list of supported websites, check out this repo
Check all files:
grawler check
Setup a pre-commit hook:
grawler setup-hook
You can specify tokens for increased rate limits:
GITHUB_TOKEN=`gh auth token` grawler check
Integrate with Github Workflows:
- run: wget https://github.com/mrtnvgr/grawler/releases/latest/download/grawler
- run: chmod +x grawler; ./grawler check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
cargo install grawler