Skip to content

ci: add PR labeler configuration and workflow#357

Merged
chenjiahan merged 1 commit intomainfrom
ci_pr_labeler_0911
Sep 11, 2025
Merged

ci: add PR labeler configuration and workflow#357
chenjiahan merged 1 commit intomainfrom
ci_pr_labeler_0911

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

Add GitHub Actions workflow and labeler configuration to automatically label pull requests based on their title patterns.

This helps categorize our release note:

image

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings September 11, 2025 03:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds automated pull request labeling based on title patterns to help categorize release notes. The implementation uses GitHub Actions to trigger labeling when PRs are opened or edited.

  • Adds GitHub Actions workflow for automated PR labeling
  • Configures label patterns for different change types (features, bug fixes, performance, etc.)
  • Uses the github/issue-labeler action with specific permissions and repository restrictions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/pr-label.yaml GitHub Actions workflow configuration for automated PR labeling
.github/pr-labeler.yml Label mapping configuration defining patterns for different release categories

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 11, 2025

Deploy Preview for rslint ready!

Name Link
🔨 Latest commit 78aecd5
🔍 Latest deploy log https://app.netlify.com/projects/rslint/deploys/68c2480c09b26e00086711a5
😎 Deploy Preview https://deploy-preview-357--rslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chenjiahan chenjiahan requested a review from hardfist September 11, 2025 03:57
@chenjiahan chenjiahan enabled auto-merge (squash) September 11, 2025 03:58
@chenjiahan chenjiahan merged commit e9292e6 into main Sep 11, 2025
17 checks passed
@chenjiahan chenjiahan deleted the ci_pr_labeler_0911 branch September 11, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants