mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user