Skip to content

Commit

Permalink
doc: Add example advanced-issue-labeler (#40)
Browse files Browse the repository at this point in the history
The `advanced-issue-labeler` GitHub Action enables policy-based issue labeling. With the power of GitHub Issue forms and `github-issue-parser`, it provides a secure way to label issues to help with the triaging process automatically.
  • Loading branch information
jamacku authored Sep 16, 2022
1 parent 428eec3 commit 4e72cf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@ Ever wanted to order a pizza from a GitHub Issue? In this basic example, the ord
The [awesome-browser-extensions-for-github](https://github.com/stefanbuck/awesome-browser-extensions-for-github) repository is using this Action to make it super easy to submit a new extension just by filling a new GitHub Issue. The workflow runs and turns the issue into a code contribution once the label `merge` has been added.

[See workflow](https://github.com/stefanbuck/awesome-browser-extensions-for-github/blob/main/.github/workflows/handle-submission.yml)

### Advanced Issue Labeler

The [advanced-issue-labeler](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler) GitHub Action enables policy-based issue labeling. With the power of GitHub Issue forms and `github-issue-parser`, it provides a secure way to label issues to help with the triaging process automatically.

[How to use it](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler#usage)

0 comments on commit 4e72cf0

Please sign in to comment.