Skip to content
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

Implement Auto Labeling for Issues #253

Open
3 tasks
ygowthamr opened this issue Oct 21, 2024 · 1 comment
Open
3 tasks

Implement Auto Labeling for Issues #253

ygowthamr opened this issue Oct 21, 2024 · 1 comment

Comments

@ygowthamr
Copy link

Title:

Implement Auto Labeling for Issues

Description:

This feature aims to automate the process of assigning labels to issues when they are created or edited. The following labels will be automatically added:

  • gssoc-extd: Marks the issue as part of GSSOC-extended contributions.
  • hacktoberfest: Marks it as eligible for Hacktoberfest.
  • level?: A placeholder label indicating the level, which will remain until the project admin assigns the appropriate level during the Pull Request (PR) review.

Tasks:

  1. Create a GitHub Action that listens to issue events (opened, edited).

  2. Automatically assign the following labels:

    • gssoc-extd
    • hacktoberfest
    • level?
  3. Ensure the placeholder label level? remains on the issue until the project admin assigns the final level during the PR stage.

  4. Test the automation by creating and editing issues.

Acceptance Criteria:

  • Labels are added to issues automatically upon creation or editing.
  • Placeholder label level? is correctly assigned to issues.
  • Final level is assigned by the project admin during PR review.

@abhishekraoas
Pls assign me this issue and give me level3,hacktoberfest-accepted and gssoc-extd

Copy link

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

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

No branches or pull requests

1 participant