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

Community contribution labeling #155

Merged

Conversation

iamshobhraj
Copy link
Contributor

Description

Add GitHub Actions workflow to automatically manage the "community-contribution-in-progress" label on issues based on external contributor assignments. This PR implements the workflow part that calls the shared action from learningequality/.github repository.

Issue addressed

Addresses learningequality/kolibri#12923

Changelog

Steps to test

  1. Assign any issue to someone
  2. Verify the community contribution label is automatically added
  3. Unassign the issue
  4. Verify the label is automatically removed

(optional) Implementation notes

At a high level, how did you implement this?

Added a workflow file that:

  • Triggers on issue assignment/unassignment
  • Uses the shared labeling action from learningequality/.github repository
  • Configures proper authentication using workflow PAT

Testing checklist

  • Contributor has fully tested the PR manually
  • If there are any front-end changes, before/after screenshots are included (N/A)
  • Critical and brittle code paths are covered by unit tests
  • The change is described in the changelog section above

Reviewer guidance

  • Is the code clean and well-commented?
  • Are there tests for this change?
  • Are all UI components LTR and RTL compliant (if applicable)?
  • Add other things to check for here

After review

  • The changelog item has been pasted to the CHANGELOG.md

Comments

@MisRob MisRob requested review from rtibbles and MisRob February 28, 2025 08:12
@MisRob
Copy link
Member

MisRob commented Mar 4, 2025

@rtibbles In this repo we don't yet have LE_BOT_APP_ID and LE_BOT_PRIVATE_KEY. Would you please set them before we merge?

@rtibbles rtibbles merged commit 4dac58e into learningequality:main Mar 4, 2025
7 checks passed
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.

3 participants