Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Infrastructure "Label new PRs automatically"
Purpose of change
It's often hard to see how much impact a PR would make. adding a corresponding label helps identifying each PRs and prioritizing them.
Describe the solution
added labeler that labels PRs matching these categories automatically:
Additional context
made corresponding labels to be added:
![_01](https://user-images.githubusercontent.com/54838975/198052556-593f186a-8b9b-4e2b-a9ca-6d1dfb7d0e15.png)
![_02](https://user-images.githubusercontent.com/54838975/198052564-2483b9c2-ad9c-4650-9c77-fd0218503de4.png)
![_03](https://user-images.githubusercontent.com/54838975/198052568-acb972b8-ad3d-4ca0-bb89-0dd6e6a4064a.png)
![_04](https://user-images.githubusercontent.com/54838975/198052573-7dcbf25c-29a5-43b8-a6b5-5cfa593c43d7.png)
more labels could be added as well (such as
repo
,lang
,graphic
, etc)