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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,17 @@ The `${{ secrets.GITHUB_TOKEN }}` token can be used only when all project column
50
50
2.`repo` to access information in private repositories
51
51
3.`user` to access information in user repositories (if needed)
52
52
53
-
### Filtering cards mirroring
53
+
### Filtering mirrored cards
54
+
55
+
##### Manual filtering
56
+
57
+
`<!-- mirror ignore -->`
58
+
59
+
Filters cards based on the existence of a mirror ignore comment in the card content. The comment can be added to card notes, or to linked issue or PR bodies.
60
+
61
+
When added to cards in the source project column, the cards will be ignored and not added to the target column. When added to cards in the target project column, the cards will be ignored and will not be removed from the target column.
62
+
63
+
##### Filtering on action inputs
54
64
55
65
Cards can be filtered from mirroring by specifying additional inputs on the action workflow.
56
66
@@ -71,3 +81,9 @@ Label filters use exact, case sensitive comparisons to determine whether to mirr
71
81
Filters mirrored cards based on the displayed card content. Issue/PR titles is evaluated when they are linked as cards, otherwise the card's note text is used.
72
82
73
83
Content filters use partial, case insensitive comparisons when determining which cards to mirror. Content filter inputs can contain multiple filters separated by commas (`'first, second'`), and will be mirrored if any content matches are found (i.e. `OR` logic). Content filters containing commas must be wrapped in quotes (`'first, second, "matching, with a comma"'`)
84
+
85
+
**state_filter**
86
+
87
+
Filters mirrored cards based on linked issue or PR state. Note cards do not have a state, and will never be filtered based on this input. Must be one of:
0 commit comments