Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Sep 10, 2025

  • Add automated "needs triage" label workflow that triggers on issue creation
  • Remove unnecessary dotnet-install.sh entry from .gitignore (was not related to the issue labeling feature)

Changes Made

  • Added .github/workflows/auto-triage-label.yml workflow that:
    • Triggers on issue creation (issues: opened)
    • Uses GitHub Actions script to add the "needs triage" label via GitHub REST API
    • Has minimal required permissions (contents: read and issues: write)
    • Follows existing patterns used in other workflows in the repository

Implementation Details

The workflow is simple and focused:

  • No checkout is required since we only need to add a label
  • Uses the same actions/github-script@v7 action pattern as other workflows
  • Minimal permissions following the principle of least privilege
  • Does not interfere with existing issue templates or their default labels

This ensures all new issues receive consistent triage labeling without requiring manual intervention from maintainers.

Fixes #1860.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copy link
Author

Copilot AI commented Sep 10, 2025

@reakaleek 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Copy link

cla-checker-service bot commented Sep 10, 2025

❌ Author of the following commits did not sign a Contributor Agreement:
714eedb, 5023dda, 1d6f31b, 1f62338

Please, read and sign the above mentioned agreement if you want to contribute to this project

@Copilot Copilot AI changed the title [WIP] Automated "needs triage" label Add automated "needs triage" label to new issues Sep 10, 2025
@Copilot Copilot AI requested a review from reakaleek September 10, 2025 09:17
Copilot finished work on behalf of reakaleek September 10, 2025 09:17
Copilot finished work on behalf of reakaleek September 10, 2025 09:27
@Copilot Copilot AI requested a review from reakaleek September 10, 2025 09:27
@reakaleek reakaleek closed this Sep 18, 2025
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.

Automated "needs triage" label
2 participants