[Breaking change]: Legacy Mono and Emscripten JavaScript APIs are not exported to global namespace in Blazor WebAssembly applications #470
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: "bc-notification" | |
| on: | |
| issues: | |
| types: [labeled] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| if: github.event.label.name == 'Breaking change' | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: timheuer/[email protected] | |
| env: | |
| SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }} | |
| with: | |
| fromMailAddress: '${{ secrets.BC_NOTIFY }}' | |
| toMailAddress: '${{ secrets.BC_NOTIFY }}' | |
| subject: 'BC:' | |
| subjectPrefix: 'BC:' | |
| labelsToMonitor: "Breaking change" |