Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickhulce/issue-assigner
Probot app to automatically assign issues to maintainers in a round-robin fashion.
https://github.com/patrickhulce/issue-assigner
Last synced: 10 days ago
JSON representation
Probot app to automatically assign issues to maintainers in a round-robin fashion.
- Host: GitHub
- URL: https://github.com/patrickhulce/issue-assigner
- Owner: patrickhulce
- License: isc
- Created: 2021-02-02T15:03:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T15:57:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T11:39:03.248Z (18 days ago)
- Language: JavaScript
- Size: 5.81 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# issue-assigner
> A GitHub Action built with [Probot](https://github.com/probot/probot) that automatically assigns issues to maintainers in a round-robin fashion.
## Usage
```sh
name: 'Issue assigner'on:
issues:
types: [opened]jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: patrickhulce/issue-assigner@v1
with:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
maintainers: 'michaelscott,jimhalpert,dwightschrute'```
## Contributing
If you have suggestions for how issue-assigner could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2021 Patrick Hulce