Skip to content

Commit 1191294

Browse files
committed
fix malformed CodeRabbit workflow condition
Signed-off-by: Gourav NSS <gourav341111@gmail.com>
1 parent 807125d commit 1191294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-coderabbit-plan-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: >
2121
github.event.action == 'labeled' &&
2222
github.event.issue.state == 'open' &&
23-
contains(fromJson('["beginner","intermediate","advanced","Beginner","Intermediate","Advanced"]'), github.event.label.name))
23+
contains(fromJson('["beginner","intermediate","advanced","Beginner","Intermediate","Advanced"]'), github.event.label.name)
2424
2525
steps:
2626
- name: Harden the runner

0 commit comments

Comments
 (0)