Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rob-derosa/unassigned-issue-reporter
https://github.com/rob-derosa/unassigned-issue-reporter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rob-derosa/unassigned-issue-reporter
- Owner: rob-derosa
- License: mit
- Created: 2021-05-05T16:57:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T05:20:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T09:54:31.754Z (2 months ago)
- Language: TypeScript
- Size: 1.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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