PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.

Home Page:www.pecanproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labeling the Pull Request based on the type of changes it is making

allgandalf opened this issue · comments

Description

It can be useful to label the PR's in the repository to have a decent visual representation of changes made.

This feature can even be useful when the PR is merged and sometime in future, if we have to trace back to it, it would help us filter out the PR's based on these labels

Proposed Solution

We can have a GitHub Action Bot, which can label the PR's based on the type of changes it has made.

The labels can somewhat look like the following:

image

There's an action that might be a helpful starting point: https://github.com/actions/labeler

hey @Aariq , thanks for the heads up, I have made PR on this one, i would be happy if you can review the PR :)
here it is : #3204