Skip to content

Commit

Permalink
Merge pull request #155 from iamshobhraj/community-contribution-labeling
Browse files Browse the repository at this point in the history
Community contribution labeling
  • Loading branch information
rtibbles authored Mar 4, 2025
2 parents b4a8301 + 17436eb commit 4dac58e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/community-contribution-labeling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Community Contribution Label

on:
issues:
types: [assigned, unassigned]

jobs:
call-label-action:
uses: learningequality/.github/.github/workflows/community-contribution-label.yml@main
secrets:
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}

0 comments on commit 4dac58e

Please sign in to comment.