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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ _before_ the pull request is created.
47
47
48
48
This Action will specifically check for branch names that follow the naming
49
49
convention for this built-in integration. Any branch name that contains
50
-
`ch####`will be ignored by this Action, on the assumption that a Clubhouse
51
-
story already exists for the pull request. The `ch####` must be separated
50
+
`sc-####`will be ignored by this Action, on the assumption that a Clubhouse
51
+
story already exists for the pull request. The `sc-####` must be separated
52
52
from leading or following text with either a `/` or a `-`. So, branches
53
-
named `ch1`, `prefix/ch23`, `prefix-ch123`, `ch3456/suffix`, `ch3456-suffux`,
54
-
`prefix/ch987/suffix`would match, but `xch123` and `ch987end` would not.
53
+
named `sc-1`, `prefix/sc-23`, `prefix-sc-123`, `sc-3456/suffix`, `sc-3456-suffux`,
54
+
`prefix/sc-987/suffix`would match, but `xsc-123` and `sc-987end` would not.
55
55
56
56
## Customizing the Pull Request Comment
57
57
@@ -180,7 +180,7 @@ Multiple users should be separated by commas.
180
180
## Iteration Support
181
181
182
182
Clubhouse supports the concept of [iterations](https://help.clubhouse.io/hc/en-us/articles/360028953452-Iterations-Overview)
183
-
-- time-boxed periods of development for stories. You can configure this Action
183
+
-- time-boxed periods of development for stories. You can configure this Action
184
184
to automatically assign the Clubhouse stories it creates to Clubhouse iterations,
185
185
using GitHub labels and Clubhouse groups to identify the correct iteration to use.
186
186
@@ -189,7 +189,7 @@ the way you use Clubhouse and GitHub:
189
189
190
190
- We assume that each team has an associated [Clubhouse group](https://help.clubhouse.io/hc/en-us/articles/360039328751-Groups-Group-Management),
191
191
and that Clubhouse iterations are associated with this group.
192
-
- We assume that the correct iteration to use is the *most recent*
192
+
- We assume that the correct iteration to use is the _most recent_
193
193
in-progress iteration for the group, as determined by the "last updated" time.
194
194
(However, you may exclude specific iterations by name.)
195
195
- We assume that each team has an associated [GitHub label](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/managing-labels),
@@ -198,7 +198,7 @@ the way you use Clubhouse and GitHub:
0 commit comments