Address a11y bugs in side panel/resource navigation in lessons and quizzes #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |