Skip to content

Comments

Add auto label action#103

Closed
mawad-amd wants to merge 7 commits intomainfrom
muhaawad/label-bot
Closed

Add auto label action#103
mawad-amd wants to merge 7 commits intomainfrom
muhaawad/label-bot

Conversation

@mawad-amd
Copy link
Collaborator

Motivation

Add auto label action:

  1. Labels anything with iris so it gets auto added to the GH project
  2. label issues with appropriate labels

Technical Details

Test Plan

Test Result

Submission Checklist

Copilot AI review requested due to automatic review settings August 17, 2025 00:06
@mawad-amd mawad-amd requested review from BKP and neoblizz as code owners August 17, 2025 00:06
@github-actions github-actions bot added the iris Iris project issue label Aug 17, 2025
Copy link
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 labeling functionality for GitHub issues and pull requests. The automation applies the "iris" label to all items for project tracking and uses pattern matching to apply appropriate labels to issues based on their titles.

Key changes:

  • Implements GitHub Actions workflow for automatic labeling on issue/PR creation
  • Configures pattern-based labeling rules for issues using JSON5 configuration
  • Ensures all PRs receive the "iris" label for project management integration

Reviewed Changes

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

File Description
.github/workflows/auto-label.yml Main workflow file defining two jobs: issue labeling using third-party action and PR labeling using GitHub script
.github/workflows/auto-label.json5 Configuration file defining label synonyms and default labels for the auto-labeling action

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@mawad-amd mawad-amd added iris Iris project issue and removed iris Iris project issue labels Aug 17, 2025
@mawad-amd mawad-amd closed this Aug 17, 2025
@mawad-amd mawad-amd deleted the muhaawad/label-bot branch August 17, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

iris Iris project issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant