Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rob-derosa/unassigned-issue-reporter


https://github.com/rob-derosa/unassigned-issue-reporter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Unassigned Issue Reporter

Generates a gist report of labeled issues that are unassigned. This can be helpful if a certain subset of issues require an assignee based on the label applied, like `blocker` or `showstopper` or `needs triage`, etc.

A URL of the new gist will be output and show in the log.

## Sample Usage

```yaml
name: 'Generate unassigned issues report'
on:
workflow_dispatch
jobs:
generate-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
name: "generate report of unassigned issues"
with:
labels: "blocker,critical,important"
github-token: ${{ secrets.GIST_PAT }}
```

## License

MIT