Skip to content

Issue labeler onboarding#1

Merged
jeffhandley merged 5 commits intomainfrom
issue-labeler
Apr 26, 2025
Merged

Issue labeler onboarding#1
jeffhandley merged 5 commits intomainfrom
issue-labeler

Conversation

@jeffhandley
Copy link
Copy Markdown
Owner

No description provided.

@jeffhandley jeffhandley requested a review from Copilot April 26, 2025 23:12
Copy link
Copy Markdown

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 introduces onboarding workflows for the issue labeler, including training, promotion, prediction, and cache retention for both issues and pull requests.

  • Adds workflow to train models with configurable data download, training, and testing steps.
  • Implements promotion workflows to safely update the active model.
  • Introduces prediction workflows for issues and pull requests and a scheduled cache retention workflow.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/labeler-train.yml Adds training workflows for both issues and pull requests with configurable inputs.
.github/workflows/labeler-promote.yml Implements model promotion with backup functionality.
.github/workflows/labeler-predict-pulls.yml Provides prediction workflow for pull requests using restored models.
.github/workflows/labeler-predict-issues.yml Provides prediction workflow for issues using restored models.
.github/workflows/labeler-cache-retention.yml Adds scheduled workflow to restore cache and reduce cache eviction issues.

Comment thread .github/workflows/labeler-train.yml
@jeffhandley jeffhandley merged commit e249c97 into main Apr 26, 2025
@jeffhandley jeffhandley deleted the issue-labeler branch April 26, 2025 23:14
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