An open API service indexing awesome lists of open source software.

https://github.com/tsoding/ficktoberfest

Just silently mark all of the newly submitted PRs with "invalid" label
https://github.com/tsoding/ficktoberfest

hacktoberfest hacktoberfest2020

Last synced: 8 months ago
JSON representation

Just silently mark all of the newly submitted PRs with "invalid" label

Awesome Lists containing this project

README

          

# ficktoberfest

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

## Quick Start

### Cabal

```console
$ cabal v2-build
$ cabal v2-run exe:ficktoberfest
```

### Stack

TBD

## Token File

You can create a new token here: [https://github.com/settings/tokens](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:
```

```