Skip to content

Add Workflow to Tag Issues Missing Area Labels #78197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

deepakrathore33
Copy link
Contributor

@deepakrathore33 deepakrathore33 commented Apr 18, 2025

This PR introduces a scheduled and manually-triggerable GitHub Actions workflow to identify and tag open issues that are missing an Area-* label in the dotnet/roslyn repository.

✅ Key Features:

  • Runs daily at 13:00 UTC and can be manually triggered.

  • Filters open issues that:

    • Do not have any Area-* label

    • Do not already have the needs-area-label tag

  • Adds the label needs-area-label to such issues

  • Skips pull requests

  • Skips workflows running on forks (restricted to dotnet/roslyn)

@deepakrathore33 deepakrathore33 requested a review from a team as a code owner April 18, 2025 11:45
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 18, 2025
@deepakrathore33
Copy link
Contributor Author

@JoeRobich I have updated the logic and removed the 'Interactive-*' labels from consideration. However, there are still about 100 issues that will be affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants