File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -48,26 +48,28 @@ jobs:
48
48
49
49
# Usage
50
50
51
- In "auto" mode the workflow is:
51
+ This app can support your development workflow in two ways (modes): auto and chatops.
52
+
53
+ In "auto" mode the typical development workflow is:
52
54
53
55
1. An issue is created, for example: Issue 15: Fix nasty bug!
54
56
55
57
*some time may pass*
56
58
57
59
2. The issue is assigned
58
60
3. When the issue is assigned this app will create a new issue branch
59
- (for the example issue this branch will be called ` issue-15-Fix_nasty_bug`.) If the issue is re-assigned no new branch will be created.
61
+ (for the example issue this branch will be called ` issue-15-Fix_nasty_bug`)
60
62
61
- In "chatops" mode the workflow is :
63
+ In "chatops" mode the typical development workflow is :
62
64
63
65
1. An issue is created, for example : Issue 15: Fix nasty bug!
64
66
65
67
*some time may pass*
66
68
67
69
2. A developer that wants to work on this issue gives the ChatOps command `/cib` as a comment on the issue
68
70
3. This app will create a new issue branch
69
- (for the example issue this branch will be called `issue-15-Fix_nasty_bug`. )
70
- By default the app notifies creation is completed with a comment on the issue. If the branch already exists no new branch will be created.
71
+ (for the example issue this branch will be called `issue-15-Fix_nasty_bug`)
72
+ By default the app notifies creation is completed with a comment on the issue.
71
73
72
74
# Configuration
73
75
You can’t perform that action at this time.
0 commit comments