Update rtlreviewbot.yml

Updated the timeout limit to 20 minutes
This commit is contained in:
Suheb 2026-07-19 13:35:34 -07:00 committed by GitHub
parent 1a6cb0b0a8
commit 3ae6d65ca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
review: review:
if: ${{ github.event_name != 'issue_comment' || github.event.issue.pull_request != null }} if: ${{ github.event_name != 'issue_comment' || github.event.issue.pull_request != null }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 20
steps: steps:
- uses: Ride-The-Lightning/rtlreviewbot-action@main - uses: Ride-The-Lightning/rtlreviewbot-action@main
with: with: