#pr #issue #state #url #check #hook #setup

app grawler

Check PR and issue URLs state

3 releases

new 0.1.3 Apr 27, 2024
0.1.2 Apr 8, 2024
0.1.1 Mar 23, 2024
0.1.0 Mar 22, 2024

#1 in #pr

Download history 204/week @ 2024-03-17 30/week @ 2024-03-24 48/week @ 2024-03-31 126/week @ 2024-04-07 5/week @ 2024-04-14

334 downloads per month

GPL-3.0 license

28KB
162 lines

grawler

Build

Check PR and issue URLs state

For a list of supported websites, check out this repo

Usage

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

Installation

cargo install grawler

Dependencies

~21–38MB
~615K SLoC