https://github.com/winebarrel/pulse
Pulse is a utility app that notifies you of GitHub Pull Requests that have been approved or failed testing.
https://github.com/winebarrel/pulse
github macos notification notifications pull-request pull-requests
Last synced: over 1 year ago
JSON representation
Pulse is a utility app that notifies you of GitHub Pull Requests that have been approved or failed testing.
- Host: GitHub
- URL: https://github.com/winebarrel/pulse
- Owner: winebarrel
- License: mit
- Created: 2024-11-17T06:00:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T08:05:58.000Z (over 1 year ago)
- Last Synced: 2025-03-13T09:20:46.153Z (over 1 year ago)
- Topics: github, macos, notification, notifications, pull-request, pull-requests
- Language: Swift
- Homepage:
- Size: 406 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulse
[](https://github.com/winebarrel/Pulse/actions/workflows/ci.yml)
Pulse is a utility app that notifies you of GitHub Pull Requests that have been approved or failed testing.
## Download
https://github.com/winebarrel/Pulse/releases/latest
## Features
### Show pull requests in menu bar


### Notification of settled pull requests

### Status indication by menu bar icons
| Icon | Status |
| - | - |
|  | No settled pull requests |
|  | All pull requests approved and passed testing |
|  | Pull request test fails |
## Configuration
**Right-click menu** > **Settings**:


| Field | Value |
| - | - |
| GitHub token | Token with repo scope.
Create from https://github.com/settings/tokens/new?scopes=repo |
| Search query| Pull request search query.
See https://docs.github.com/search-github/searching-on-github/searching-issues-and-pull-requests |
### "OR" in query
Enclose words in curly brackets (`{..}`) to search as `OR`.
```
is:open is:pr { author:@me assignee:@me } archived:false
```
## Note
App icon from https://icon.kitchen