@@ -9,7 +9,7 @@ template:
99before :
1010 - type : updateBranchProtection
1111 - type : createIssue
12- title : Start Here !
12+ title : Start here !
1313 body : 01_welcome-issue.md
1414 action_id : welcomeIssue
1515 - type : respond
@@ -33,18 +33,18 @@ steps:
3333 - left : " %payload.action%"
3434 operator : ===
3535 right : edited
36- # AND the pull request title equals 'Initial Workflow '
36+ # AND the pull request title equals 'Initial workflow '
3737 - type : gate
3838 left : " %payload.pull_request.title%"
3939 operator : ===
40- right : Initial Workflow
40+ right : Initial workflow
4141
4242 # if those statments FAIL... do this
4343 else :
4444 - type : respond
4545 with : e-rename-pr.md
4646 data :
47- title : Initial Workflow
47+ title : Initial workflow
4848 # if those gates === true Then do this stuff
4949 - type : closeIssue
5050 issue : Start Here!
@@ -68,15 +68,15 @@ steps:
6868 right : " GitHub Actions"
6969 - type : respond
7070 with : 02_workflow-results.md
71- issue : Initial Workflow
71+ issue : Initial workflow
7272 data :
7373 actionsUrl : " %payload.repository.html_url%/actions"
7474 - type : getPullRequest
75- pullRequest : Initial Workflow
75+ pullRequest : Initial workflow
7676 action_id : iwPr
7777 - type : respond
7878 with : 02_modify-workflow.md
79- issue : Initial Workflow
79+ issue : Initial workflow
8080 data :
8181 workflowFile : " %payload.repository.html_url%/edit/%actions.iwPr.data.head.ref%/.github/workflows/my-workflow.yml"
8282
8686 link : " {{ repoUrl }}/pull/2"
8787 actions :
8888 - type : getPullRequest
89- pullRequest : Initial Workflow
89+ pullRequest : Initial workflow
9090 action_id : workflowPr
9191 - type : respond
9292 with : 03_reference-actions.md
@@ -106,7 +106,7 @@ steps:
106106 body : 04_on-to-actions.md
107107 data :
108108 issueUrl : " %actions.devEnv.data.html_url%"
109- pullRequest : Initial Workflow
109+ pullRequest : Initial workflow
110110 - type : mergePullRequest
111111
112112 - title : Creating the Action metadata
@@ -216,7 +216,7 @@ steps:
216216 - left : " %payload.action%"
217217 operator : ===
218218 right : edited
219- # AND the pull request title equals 'Initial Workflow '
219+ # AND the pull request title equals 'Initial workflow '
220220 - type : gate
221221 left : " %payload.pull_request.title%"
222222 operator : ===
@@ -317,7 +317,7 @@ steps:
317317 - left : " %payload.action%"
318318 operator : ===
319319 right : edited
320- # AND the pull request title equals 'Initial Workflow '
320+ # AND the pull request title equals 'Initial workflow '
321321 - type : gate
322322 left : " %payload.pull_request.title%"
323323 operator : ===
0 commit comments