Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d4dc6ed

Browse files
committed
use sentence case for first PR
1 parent 2ec82eb commit d4dc6ed

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ template:
99
before:
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

@@ -86,7 +86,7 @@ steps:
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: ===

responses/01_welcome-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
- Choose the **Set up a workflow yourself** option, located on the top right hand corner of the screen.
66
- Change the name of the file from `main.yml` to `my-workflow.yml`
77
1. Commit the workflow to a new branch.
8-
1. Create a pull request titled **Initial Workflow**.
8+
1. Create a pull request titled **Initial workflow**.
99

1010
I'll respond in the new pull request when I detect it has been created.

0 commit comments

Comments
 (0)