#github #issue #pr #check #secret #tokens #url

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

#366 in Authentication

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

~18–31MB
~550K SLoC