Skip to content
Snippets Groups Projects
Unverified Commit e9987401 authored by Javyer's avatar Javyer Committed by GitHub
Browse files

skip trigger for review bot on draft PRs (#2145)

Added if condition on review-bot's trigger so it does not trigger in
`draft` PRs.
parent 0d3c67d9
No related merge requests found
Pipeline #409066 passed with stages
in 1 hour, 23 minutes, and 26 seconds
......@@ -13,6 +13,7 @@ on:
jobs:
trigger-review-bot:
if: github.event.pull_request.draft != true
runs-on: ubuntu-latest
name: trigger review bot
steps:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment