Skip to content
Compare
Choose a tag to compare
@mireklzicar mireklzicar released this 02 Jul 15:29
· 6 commits to main since this release
3549bb6

Issue Duration Labeler v0.0.1.beta

Introducting the first release of the Issue Duration Labeler action!

Features

  • Automatically labels issues with their duration
  • Color-codes labels based on configurable thresholds
  • Works with both open and closed issues
  • Customizable duration thresholds and label colors
  • Runs on a schedule or can be triggered manually

What it does

This action scans all issues in your repository and adds a color-coded duration label to each. The duration is calculated as follows:

  • For open issues: from creation date to current date
  • For closed issues: from creation date to closed date

Labels are color-coded based on configurable thresholds:

  • Short duration (default: ≤3 days): Green
  • Medium duration (default: 4-10 days): Orange
  • Long duration (default: >10 days): Red

Why use it?

  • Quickly visualize the age of issues in your repository
  • Identify long-standing issues that may need attention
  • Track the lifecycle of issues more effectively
  • Improve project management and team responsiveness