Skip to content

change timeout_ms

change timeout_ms #4

Workflow file for this run

name: Auto Comment on PR
on:
pull_request:
types: [*] # Triggers on all pull request events

Check failure on line 5 in .github/workflows/comment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/comment.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
# pull_request:
# types: [opened]
workflow_dispatch:
jobs:
comment:
runs-on: ubuntu-latest
steps:
# - name: trigger pr
# uses: peter-evans/create-or-update-comment@v4
# with:
# issue-number: ${{ github.event.pull_request.number }}
# body: |
# @coderabbitai full review
- name: trigger pr
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
@coderabbitai sing me a song
- name: Wait 150 sec for timeout
run: sleep 150