Skip to content

Latest commit

 

History

History

add-PRlabeler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

add-PRlabeler

📄 CD/CI Task 👨‍💻

Deliverable

  1. Pull Request
    • Adding Pull Request Labeler
    • .github/labeler.yml and .github/workflows/label.yml

Add a Pull Request labeler to Julia packages on GitHub

Task description

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.