chore(deps): update dependency @intlify/unplugin-vue-i18n to v1.3.0 #269
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: Add a comment to new PRs | |
on: | |
pull_request_target: | |
branches: [main] | |
types: [opened, reopened] | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
curl \ | |
-X POST \ | |
${{ github.event.pull_request.comments_url }} \ | |
-H "Content-Type: application/json" \ | |
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ | |
--data '{ "body": "👋 Thank you for contributing. A [staging environment for this PR](https://pr-${{ github.event.number }}.nav.tum.sexy) for this change will be available shortly" }' |