Skip to content

Commit d28f2b0

Browse files
Removed the comments
1 parent 9e9c5aa commit d28f2b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ automations:
99
- trigger: pull_request.labeled
1010
conditions:
1111
- ['modifiedLabel.name', 'eq', 'Project: Community Picked']
12-
- ['projects#number', 'in', 23] ## this one is for safety reasons to ensure that PR is assigned to project XX
12+
- ['projects#number', 'in', 23]
1313
actions:
1414
- addToProject: [22] #['Community Dashboard']
1515
- moveTo: [22, '${projectsByNumber.23.column.name}']
@@ -61,7 +61,6 @@ automations:
6161
actions:
6262
- addLabels: ['Progress: review']
6363
- removeLabels: ['Progress: pending review']
64-
# Action moveTo will be skipped if the PR or issue is not in the project, this is why we can safely use the same action for both projects
6564
- moveTo: [23, 'Review in Progress'] #['Pull Requests Dashboard', 'Review in Progress']
6665
- moveTo: [22, 'Review in Progress'] #['Community Dashboard', 'Review in Progress']
6766

0 commit comments

Comments
 (0)