Skip to content

Commit 91c0dd3

Browse files
committed
AC-15208: Attribute Option Label Gets Overwritten When Updating Store Labels
Revert changes
1 parent da59e5a commit 91c0dd3

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -234,18 +234,6 @@ automations:
234234
- removeFromProject: [23] #['Pull Requests Dashboard']
235235
- removeFromProject: [22] #['Community Dashboard']
236236

237-
# 19. Whenever a pull request is marked as changes requested:
238-
# a. the below labels must be removed from a pull request: "Progress: review"
239-
# b. it must be moved to the "Changes Requested" column
240-
- trigger: pull_request_review.submitted
241-
conditions:
242-
- ['review', 'eq', 'changes_requested']
243-
actions:
244-
- removeLabels: ['Progress: review']
245-
- addLabels: ['Progress: needs update']
246-
- moveTo: [23, 'Changes Requested'] #['Pull Requests Dashboard', 'Changes Requested']
247-
- moveTo: [22, 'Changes Requested'] #['Community Dashboard', 'Changes Requested']
248-
249237

250238
############################################################################################################
251239
# Issues Automation #
@@ -419,7 +407,7 @@ automations:
419407

420408
- trigger: issues.closed
421409
actions:
422-
- removeFromProject: [18]
410+
- removeFromProject: [18]
423411
- removeFromProject: [21]
424412
- removeFromProject: [20]
425413
- removeFromProject: [19]

0 commit comments

Comments
 (0)