Platform/wasm browser #16
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: Greetings | |
| on: pull_request_target | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| pr-message: | | |
| Welcome to SoundFlow repository! We appreciate you taking the time to contribute. | |
| We're excited to review your pull request and look forward to collaborating with you. Please let us know if you have any questions or need any assistance. | |
| Thank you for your contribution! |