Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 669 Bytes

ficktoberfest

A simple Haskell tool that silently marks all of the new PRs it receives via notifications with "invalid" label.

Quick Start

Cabal

$ cabal v2-build
$ cabal v2-run exe:ficktoberfest <token-file>

Stack

TBD

Token File

You can create a new token here: https://github.com/settings/tokens. Make sure to enable Full control of private repositories permission, the tool cannot assign labels without this permission.

The format of Token File is super simple. Just copy-past the token into an empty file:

<token>