ESoCC: Add new "All channels" filter for the admin channels table #747
This file contains hidden or 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: Manage issue header | |
| on: | |
| issues: | |
| types: [opened, reopened, labeled, unlabeled] | |
| jobs: | |
| call-workflow: | |
| name: Call shared workflow | |
| uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main | |
| secrets: | |
| LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} | |
| LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} |