- Pull Request
- Adding Pull Request Labeler
.github/labeler.yml
and.github/workflows/label.yml
GitHub provides a template to create a GitHub action that will label Pull requests with proper labels.
Create this labeler component for a package of your choosing in the Julia Registry or your own un-published Julia Package.
An example of the labeler in action can be found in the .github folder of MakieGallery.jl.
The final outcome of this task will be a Pull Request to a package in the Julia Registry (or your own un-published Julia Package) that will create a GitHub action to appropriately label Pull Request to that repository.