We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9103ef commit c1221b9Copy full SHA for c1221b9
.github/app-projects-boards-automation.config.yaml
@@ -69,7 +69,7 @@ automations:
69
# b. it must be moved to the "Ready for Testing" column
70
- trigger: pull_request_review.submitted
71
conditions:
72
- - ['review#state', 'eq', 'approved']
+ - ['review', 'eq', 'approved']
73
actions:
74
- removeLabels: ['Progress: review']
75
- moveTo: [23, 'Ready for Testing'] #['Pull Requests Dashboard', 'Ready for Testing']
0 commit comments