mirror of https://github.com/OpenVidu/openvidu.git
Create main.yml
parent
bac27700c0
commit
17dda8bff7
|
@ -0,0 +1,15 @@
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
steps:
|
||||||
|
- uses: mshick/add-pr-comment@v2
|
||||||
|
with:
|
||||||
|
message: |
|
||||||
|
**Hello**
|
||||||
|
🌏
|
||||||
|
!
|
Loading…
Reference in New Issue