Skip to content

Release v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 23:09

πŸš€ GitHub Auto-Label Issues & Templates Action vv1.2.0

✨ What's New

🎯 Smart Story Point Detection

  • Automatically detects and labels story points (1, 2-3, 5, 8, 13, 20+)
  • Intelligent analysis of issue content and checkboxes

πŸ“ File-Based Labeling

  • Labels PRs based on changed files (JavaScript, Python, iOS, Android, etc.)
  • Supports 50+ file types and platforms

πŸ“± Mobile Development Focus

  • iOS/Android specific labels and templates
  • Platform-specific issue categorization

🏷️ 50+ Professional Labels

  • Comprehensive label set for all development areas
  • Emoji-enhanced for visual clarity

πŸ“ Professional Templates

  • Structured templates for features, bugs, and performance issues
  • Guided sections for better issue reporting

πŸ”§ No External Dependencies

  • Self-contained implementation using GitHub CLI
  • Reliable and fast execution

βš™οΈ Organization Ready

  • Perfect for enterprise and multi-repo setups
  • Configurable via config.yml

πŸš€ Installation

name: Setup Issue Templates and Labels
on:
  issues:
    types: [opened, edited]
  repository_dispatch:
    types: [create_labels]

jobs:
  setup_issue_templates_and_labels:
    runs-on: ubuntu-latest
    steps:
      - name: Use Auto-Label Issues Action
        uses: Devlander-Software/[email protected]
        with:
          github_token: ghs_Q5xHIi287dMeutZqqBLElOZmb1E6IH11mPPS

πŸ“š Documentation

🎯 Perfect For

  • Mobile Development Teams (iOS/Android)
  • Agile Projects with story point estimation
  • Organizations needing consistent issue management
  • Multi-repository setups
  • Client collaboration projects

πŸ”— Links


Made with ❀️ by Devlander-Software