Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samcoe/gh-triage

GitHub CLI extension for triaging issues
https://github.com/samcoe/gh-triage

bash cli gh-extension

Last synced: about 1 month ago
JSON representation

GitHub CLI extension for triaging issues

Awesome Lists containing this project

README

        

# `gh triage` GitHub CLI extension

A small [gh](https://github.com/cli/cli) extension for finding issues to be triaged in a GitHub repository.

## Installation
```
gh extension install samcoe/gh-triage
```

## Usage
```
gh triage [flags]
```

### Flags

Supports all options that `gh issue list` supports, except for `--json`, `--jq`, and `--template` which are being utilized by this extension.

### Details

This extensions will list any open issues that are not labeled with any of the following labels:
- p1
- p2
- p3
- core
- help wanted
- tracking issue
- needs-design
- blocked
- needs-user-input

## Author

@samcoe