-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add community contribution labeling workflow #62
base: main
Are you sure you want to change the base?
feat: add community contribution labeling workflow #62
Conversation
@iamshobhraj, please ignore the comment above, I am just testing another action that wasn't supposed to do this :) |
call-label-action: | ||
uses: learningequality/.github/.github/workflows/community-contribution-label.yml@main | ||
secrets: | ||
token: ${{ secrets.WORKFLOW_PAT }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here token
will need to be replaced by
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}
(we have these set already in this repository so it should work)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 5ba17f9
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
(optional) Implementation notes
At a high level, how did you implement this?
Added a workflow file that:
Testing checklist
Reviewer guidance
After review
CHANGELOG.md
Comments