PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
202 stars 235 forks source link

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

Closed allgandalf closed 6 months ago

allgandalf commented 1 year ago

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

Aariq commented 1 year ago

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

allgandalf commented 1 year ago

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