@@ -9,7 +9,7 @@ template:
9
9
before :
10
10
- type : updateBranchProtection
11
11
- type : createIssue
12
- title : Start Here !
12
+ title : Start here !
13
13
body : 01_welcome-issue.md
14
14
action_id : welcomeIssue
15
15
- type : respond
@@ -33,18 +33,18 @@ steps:
33
33
- left : " %payload.action%"
34
34
operator : ===
35
35
right : edited
36
- # AND the pull request title equals 'Initial Workflow '
36
+ # AND the pull request title equals 'Initial workflow '
37
37
- type : gate
38
38
left : " %payload.pull_request.title%"
39
39
operator : ===
40
- right : Initial Workflow
40
+ right : Initial workflow
41
41
42
42
# if those statments FAIL... do this
43
43
else :
44
44
- type : respond
45
45
with : e-rename-pr.md
46
46
data :
47
- title : Initial Workflow
47
+ title : Initial workflow
48
48
# if those gates === true Then do this stuff
49
49
- type : closeIssue
50
50
issue : Start Here!
@@ -68,15 +68,15 @@ steps:
68
68
right : " GitHub Actions"
69
69
- type : respond
70
70
with : 02_workflow-results.md
71
- issue : Initial Workflow
71
+ issue : Initial workflow
72
72
data :
73
73
actionsUrl : " %payload.repository.html_url%/actions"
74
74
- type : getPullRequest
75
- pullRequest : Initial Workflow
75
+ pullRequest : Initial workflow
76
76
action_id : iwPr
77
77
- type : respond
78
78
with : 02_modify-workflow.md
79
- issue : Initial Workflow
79
+ issue : Initial workflow
80
80
data :
81
81
workflowFile : " %payload.repository.html_url%/edit/%actions.iwPr.data.head.ref%/.github/workflows/my-workflow.yml"
82
82
86
86
link : " {{ repoUrl }}/pull/2"
87
87
actions :
88
88
- type : getPullRequest
89
- pullRequest : Initial Workflow
89
+ pullRequest : Initial workflow
90
90
action_id : workflowPr
91
91
- type : respond
92
92
with : 03_reference-actions.md
@@ -106,7 +106,7 @@ steps:
106
106
body : 04_on-to-actions.md
107
107
data :
108
108
issueUrl : " %actions.devEnv.data.html_url%"
109
- pullRequest : Initial Workflow
109
+ pullRequest : Initial workflow
110
110
- type : mergePullRequest
111
111
112
112
- title : Creating the Action metadata
@@ -216,7 +216,7 @@ steps:
216
216
- left : " %payload.action%"
217
217
operator : ===
218
218
right : edited
219
- # AND the pull request title equals 'Initial Workflow '
219
+ # AND the pull request title equals 'Initial workflow '
220
220
- type : gate
221
221
left : " %payload.pull_request.title%"
222
222
operator : ===
@@ -317,7 +317,7 @@ steps:
317
317
- left : " %payload.action%"
318
318
operator : ===
319
319
right : edited
320
- # AND the pull request title equals 'Initial Workflow '
320
+ # AND the pull request title equals 'Initial workflow '
321
321
- type : gate
322
322
left : " %payload.pull_request.title%"
323
323
operator : ===
0 commit comments