ci: add pr labeler github workflow#18
Conversation
Summary by BeetleThis PR represents a maintenance and infrastructure update release (v1.1.0) that focuses on documentation cleanup, changelog updates, and CI/CD automation improvements. The changes remove deprecated command documentation, document recent session-based context management improvements, and introduce automated PR labeling based on conventional commit messages. 📁 File Changes Summary (Consolidated across all commits):
Total Changes: 3 files changed, +75 additions, -2 deletions 🗺️ Walkthrough:sequenceDiagram
participant Dev as Developer
participant PR as Pull Request
participant GH as GitHub Actions
participant Labeler as PR Labeler Workflow
Dev->>PR: Opens/Updates PR with commits
PR->>GH: Triggers on PR events
Note over GH: Events: opened, reopened, synchronize, edited
GH->>Labeler: Executes pr_labeler.yml
Labeler->>PR: Fetches all commits
loop For each commit
Labeler->>Labeler: Parse commit message
Labeler->>Labeler: Extract conventional type (feat, fix, docs, etc.)
end
Labeler->>PR: Apply labels automatically
Note over PR: Labels: chore, docs, etc.
🎯 Key Changes:
📊 Impact Assessment:
⚙️ SettingsSeverity Threshold: 📖 User Guide
|
|
✅ You're good to merge this PR! No issues found. Great job! Settings⚙️ SettingsSeverity Threshold: 📖 User Guide
|
No description provided.