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
- Host: GitHub
- URL: https://github.com/tsoding/ficktoberfest
- Owner: tsoding
- License: mit
- Created: 2020-10-01T14:21:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T22:25:47.000Z (about 4 years ago)
- Last Synced: 2023-02-28T13:25:48.339Z (almost 3 years ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Haskell
- Homepage:
- Size: 20.5 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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:
```
```