Skip to content

Commit

Permalink
feat: add community contribution labeling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshobhraj authored Mar 4, 2025
1 parent 657db92 commit 9becedb
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 9becedb

Please sign in to comment.