DevLander
Auto Label Issues
The most comprehensive GitHub Action for automatic issue labeling, story point detection, and professional issue templates
The most comprehensive GitHub Action for automatic issue labeling, story point detection, and professional issue templates
Everything you need for professional issue management and team collaboration
Get started in minutes with automatic issue labeling and templates
Create .github/workflows/issue-labeling.yml in your repository:
name: Issue Labeling & Templates
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited, synchronize]
repository_dispatch:
types: [setup]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Devlander-Software/issue-labler@v1
with:
create_templates: 'true'
create_labels: 'true'
auto_label_issues: 'true'
Commit the workflow file and push to trigger the action:
git add .github/workflows/issue-labeling.yml git commit -m "Add issue labeling workflow" git push origin main
Create an issue with keywords like "bug", "iOS", "frontend" to see automatic labeling in action!
Learn how to use the action effectively for your team
Title: Login button crashes on iOS Body: The login button crashes the app when tapped on iPhone 14 Pro. - [x] **Story Points: 5** - [X] **Difficulty: Moderate** - [x] **Priority: High** This affects the user authentication flow and needs immediate attention.
Expected Labels: 🪲 Bug, ⏳ Story Points: 5, 🛠️ Difficulty: Moderate, 🚨 Priority: High, 🍎 Platform-Specific: iOS, 🎨 Client Side
Professional templates for different types of issues
Advanced analytics and team insights for better project management