#github #issue #check #pr #url #state #workflow

app grawler

Check PR and issue URLs state

3 releases

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

#1203 in Web programming

Download history 226/week @ 2024-03-19 17/week @ 2024-03-26 127/week @ 2024-04-02 43/week @ 2024-04-09 148/week @ 2024-04-23 21/week @ 2024-04-30

298 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–35MB
~605K SLoC