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
@@ -66,6 +69,12 @@ Tags are added automatically on the task if you are have the option `AUTOMATIC_T
66
69
- A PR is merged: tags `PR Open` and `PR Approved` removed, tag `PR merged` added
67
70
- A PR is closed: tags `PR Open` and `PR Approved` removed
68
71
72
+
You may also specify columns you'd like the task to be moved to on every stage of the PR:
73
+
-`BOARD_COLUMN_OPENED`: The case-sensitive column name of the column you'd like the task to be moved to once the PR has been opened
74
+
-`BOARD_COLUMN_MERGED`: The case-sensitive column name of the column you'd like the task to be moved to once the PR has been merged
75
+
-`BOARD_COLUMN_CLOSED`: The case-sensitive column name of the column you'd like the task to be moved to if the PR was closed without being merged
76
+
77
+
The column names will be checked against all board columns in the task's project, this will be using a `contains()` method so you may specify part of the name instead of the full name, however this `contains()` check is case-sensitive. The first matching column will be used.
69
78
70
79
## Contributing
71
80
* Open a PR: https://github.com/Teamwork/github-sync/pulls
0 commit comments