docs: add top-issues-action

A simple GitHub action that allows you to label and display the top issues/bugs/feature requests and PRs.
This commit is contained in:
Rick Staa 2022-08-10 14:19:49 +02:00 committed by GitHub
parent 46b4340f3e
commit 3b5ef8e408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action)
- [Generate a table of contents](https://github.com/technote-space/toc-generator)
- [Automatically add Label or Assignee to an Issue](https://github.com/Naturalclar/issue-action)
- [Label and display the top-upvoted issues and pull requests](https://github.com/rickstaa/top-issues-action)
- [Action to send LGTM reaction as image or GIF when we say lgtm](https://github.com/micnncim/action-lgtm-reaction)
- [Generate build numbers across multiple scopes](https://github.com/zyborg/gh-action-buildnum)
- [Publish GitHub release artifacts](https://github.com/skx/github-action-publish-binaries)