https://github.com/winebarrel/succ
Succ is an application that notifies the user of pull requests that have passed testing and have been approved, or pull requests that have failed testing.
https://github.com/winebarrel/succ
github macos pr pull-request pull-requests swift
Last synced: 11 months ago
JSON representation
Succ is an application that notifies the user of pull requests that have passed testing and have been approved, or pull requests that have failed testing.
- Host: GitHub
- URL: https://github.com/winebarrel/succ
- Owner: winebarrel
- License: mit
- Created: 2024-02-21T00:55:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T12:38:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T00:17:24.914Z (over 1 year ago)
- Topics: github, macos, pr, pull-request, pull-requests, swift
- Language: Swift
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Succ
[](https://github.com/winebarrel/Succ/actions/workflows/ci.yml)
**Succ** is an application that notifies the user of pull requests that have passed testing and have been approved, or pull requests that have failed testing.
> [!note]
> Currently developing the new tool.
> See https://github.com/winebarrel/Pulse
## Installation
Download from [releases page](https://github.com/winebarrel/Succ/releases/latest).
## Features
### Show pull requests


### Show a latest comment

### Notifications

### Icons indicate status
| Icon | Status |
| - | - |
|  | No pull requests to notify |
|  | There is a pull request that has passed testing and been approved |
|  | There is a pull request that failed the test |
## Getting Started
1. Create a personal access token from [here](https://github.com/settings/tokens/new).
* Scope: `repo`
2. Set token (from right click menu).

