[DO NOT MERGE UNTIL NEW KDS RELEASE] Almost complete icons migration from Vuetify to KDS #927
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: Send a slack notification when a contributor comments on issue | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
contributor_issue_comment: | |
uses: learningequality/.github/.github/workflows/notify_team_new_comment.yml@main | |
secrets: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |