Skip to content

Commit c1221b9

Browse files
Updated the review condition
1 parent c9103ef commit c1221b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/app-projects-boards-automation.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ automations:
6969
# b. it must be moved to the "Ready for Testing" column
7070
- trigger: pull_request_review.submitted
7171
conditions:
72-
- ['review#state', 'eq', 'approved']
72+
- ['review', 'eq', 'approved']
7373
actions:
7474
- removeLabels: ['Progress: review']
7575
- moveTo: [23, 'Ready for Testing'] #['Pull Requests Dashboard', 'Ready for Testing']

0 commit comments

Comments
 (0)