Skip to content

Conversation

@ViacheslavKudinov
Copy link
Owner

@ViacheslavKudinov ViacheslavKudinov commented Oct 31, 2025

Resolves #ISSUE_NUMBER


Before the change?

  • Prior to this change a lot manual work for maintainers to set labels to get well organised release notes

After the change?

  • ✅ Add GitHub Actions workflow that runs the labeler action on PR events
  • ✅ Add configuration file defining labeling rules based on branch names and file patterns. File adds labels based on chnaged files or/and based on names of the branches (we may introduce naming convention when we see it works well).

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@github-actions
Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

Copy link

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 functionality to the repository. It introduces a GitHub Actions workflow that automatically applies labels to pull requests based on branch naming patterns and changed files.

  • Adds a GitHub Actions workflow for automatic PR labeling
  • Configures labeling rules based on branch prefixes and file changes
  • Sets up permissions for the workflow to read contents and write PR labels

Reviewed Changes

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

File Description
.github/workflows/labeler.yml GitHub Actions workflow that runs the labeler action on PR events
.github/labeler.yml Configuration file defining labeling rules based on branch names and file patterns

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: Viacheslav Kudinov <viacheslav@kudinov.tech>
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.

2 participants