Skip to content

Commit a4d4b21

Browse files
committed
remove draft from all bitbucket
1 parent 03647da commit a4d4b21

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/downloads/automation-library/integrations/LinearBAI/code-review-bb.cm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ manifest:
44
automations:
55
linearb_ai_review:
66
if:
7-
- {{ not pr.draft }}
87
- {{ pr.author | match(list=['github-actions', '_bot_', 'dependabot', '[bot]']) | nope }}
98
run:
109
- action: code-review@v1

docs/downloads/automation-library/integrations/LinearBAI/describe-pr-bb.cm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ automations:
55
linearb_ai_description:
66
# skip description for Draft PRs and PRs from bots
77
if:
8-
- {{ not pr.draft }}
98
- {{ pr.author | match(list=['github-actions', '_bot_', 'dependabot', '[bot]']) | nope }}
109
run:
1110
- action: describe-changes@v1

0 commit comments

Comments
 (0)