Same wave file sounds different on different Mixer voices after upgrading from 4.1.2 to 5.0.0-beta.5 #2203
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: Notify users based on issue labels | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: tekktrik/issue-labeled-ping@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
user: v923z | |
label: ulab | |
message: Heads up {user} - the "{label}" label was applied to this issue. |