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

[FEATURE] Implementing Auto Labeling for Issues #156

Closed
1 of 4 tasks
ygowthamr opened this issue Oct 21, 2024 · 1 comment · Fixed by #166
Closed
1 of 4 tasks

[FEATURE] Implementing Auto Labeling for Issues #156

ygowthamr opened this issue Oct 21, 2024 · 1 comment · Fixed by #166
Assignees
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level1 10 Points 🥇(GSSoC)

Comments

@ygowthamr
Copy link
Contributor

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

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.

Proposed Solution

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.

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

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

No response

@ygowthamr ygowthamr added the enhancement New feature or request label Oct 21, 2024
Copy link
Contributor

Ensure the issue is not similar or previously being worked on.Thanks for your time

@rohitinu6 rohitinu6 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level1 10 Points 🥇(GSSoC) hacktoberfest Hacktober Collaboration labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level1 10 Points 🥇(GSSoC)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants