π 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