Add auto-label workflow for issues and PRs#191
Conversation
|
I have implemented the auto-label workflow for issues and PRs as requested. Please review my PR. Thank you! |
|
@HarmiBhikadiya Please update the PR with screenshots or implementation proof so the changes can be verified easily. |
|
Updated the branch with the latest changes, resolved merge conflicts, and added implementation proof screenshots to the PR description. All requested changes have been completed. Please review the PR. Thank you! |
imDarshanGK
left a comment
There was a problem hiding this comment.
@HarmiBhikadiya Please align the workflow with the repository’s actual label names. The repo has [type:bug], [type:docs], and [type:testing] labels, not bug, documentation, or testing. Right now the issue auto-label step will try to apply labels that do not exist, so the automation won’t work as expected. After fixing the label names, please re-check the PR.
|
Updated the workflow to use the repository's actual label names ( |
Summary
Added GitHub Actions automation for automatic issue and PR labeling.
Changes Made
.github/workflows/auto-label.yml.github/labeler.ymlType of Change
Testing
pytest -q)Checklist
Implementation Proof
Attached screenshot showing:
.github/workflows/auto-label.yml.github/labeler.ymlCloses #127