You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When set to true, moves to `trello-list-id-pr-merged` only when the job was triggered by "closed" action.
182
188
Useful when other automations are moving cards to subsequent lists, and you want to prevent this workflow from moving them back to trello-list-id-pr-merged in response to non-merge events (e.g., when someone adds a PR comment).
183
189
184
190
Default: `false`
185
191
186
-
#### 8. `trello-board-id`
192
+
#### 9. `trello-board-id`
187
193
188
194
Trello board ID where to move the cards. [How to find board ID.](https://stackoverflow.com/a/50908600/2311110) Useful when you want the action to move the card out from a backlog board.
Copy file name to clipboardExpand all lines: action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,16 @@ inputs:
63
63
description: Trello list ID for closed pull request. If trello-list-id-pr-merged is set and card is merged, then the card will be moved to merged list.
64
64
trello-list-id-pr-merged:
65
65
description: Trello list ID for merged pull request. If trello-archive-on-merge is set to true, the card is archived instead of moving to this list.
66
+
trello-list-id-override:
67
+
description: Trello list ID where to manually move cards. If set, overrides all other list move rules.
66
68
trello-move-to-merged-list-only-on-merge:
67
69
description: When set to true, moves to trello-list-id-pr-merged only when the job was triggered by "closed" action.
68
70
default: false
69
71
trello-add-labels-to-cards:
70
72
description: Enable or disable the automatic addition of labels to cards.
71
73
default: true
74
+
trello-add-manual-labels-to-cards:
75
+
description: Add these semicolon-separated labels to the Trello card.
72
76
trello-conflicting-labels:
73
77
description: When a card has one of these labels, branch category label is not assigned.
0 commit comments