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

Commit 45536e7

Browse files
committed
use better pull naming
1 parent 947f38b commit 45536e7

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

config.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ steps:
4949
firstPullNumber: "%payload.pull_request.number%"
5050
firstPullUrl: "%payload.pull_request.html_url%"
5151
operator: ===
52-
right: Create my-workflow.yml
52+
right: Automate issue responses
5353

5454
# if those statments FAIL... do this
5555
else:
5656
- type: respond
5757
with: e-rename-pr.md
5858
data:
59-
title: Create my-workflow.yml
59+
title: Automate issue responses
6060
# if those gates === true Then do this stuff
6161
#######################################################
6262
# Validate the filepath for the my-workflow.yml file
@@ -96,9 +96,6 @@ steps:
9696
- type: createReview
9797
body: 01_merge-workflow.md
9898
event: APPROVE
99-
# store:
100-
# firstPullUrl: "%result.data.html_url%"
101-
# firstPullNumber: "%result.data.number%"
10299
data:
103100
actionsUrl: "%payload.repository.html_url%/actions%"
104101

@@ -170,14 +167,14 @@ steps:
170167
left: "%payload.pull_request.title%"
171168
operator: ===
172169

173-
right: Update my-workflow.yml
170+
right: Add issues to project board
174171

175172
# if those statments FAIL... do this
176173
else:
177174
- type: respond
178175
with: e-rename-pr.md
179176
data:
180-
title: Update my-workflow.yml
177+
title: Add issues to project board
181178
# if those gates === true Then do this stuff
182179
#######################################################
183180
# Validate the filepath for the my-workflow.yml file
@@ -218,9 +215,6 @@ steps:
218215
- type: createReview
219216
body: 04_merge-workflow.md
220217
event: APPROVE
221-
# store:
222-
# secondPullNumber: "%result.data.number%"
223-
# secondPullUrl: "%result.data.html_url%"
224218
data:
225219
actionsUrl: "%payload.repository.html_url%/actions"
226220

@@ -244,7 +238,6 @@ steps:
244238

245239
- title: Break your workflow into multiple steps
246240
description: Separate the workflow concerns by adding more steps
247-
# event: check_suite.completed
248241
event: issue_comment.created
249242
link: "{{store.thirdIssueUrl}}"
250243
actions:
@@ -295,13 +288,13 @@ steps:
295288
thirdPullUrl: "%payload.pull_request.html_url%"
296289
left: "%payload.pull_request.title%"
297290
operator: ===
298-
right: Update my-workflow.yml
291+
right: Create better comments
299292
# if those statments FAIL... do this
300293
else:
301294
- type: respond
302295
with: e-rename-pr.md
303296
data:
304-
title: Update my-workflow.yml
297+
title: Create better comments
305298
- type: octokit
306299
method: projects.listForRepo
307300
owner: "%payload.repository.owner.login%"

responses/00_welcome-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Your repository can contain multiple **workflow** files that carry out a wide va
4949
```
5050
5151
1. Commit the workflow to a new branch.
52-
1. Create a pull request titled **Create my-workflow.yml**.
52+
1. Create a pull request titled **Automate issue responses**.
5353
1. Supply the pull request body content and click `Create pull request`.
5454

5555
_It is important to place meaningful content into the body of the pull requests you create throughout this course. This repository will stay with you long after you complete the course. It is advisable that you use the body of the pull requests you create as a way to take long lived notes about thing you want to remember._

responses/03_add-to-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We've gone ahead and done this on our end of things so that we could give you th
4545
```
4646
4747
2. Commit the workflow to a new branch.
48-
3. Create a pull request titled **Update my-workflow.yml**.
48+
3. Create a pull request titled **Add issues to project board**.
4949
4. Supply the pull request body content and click `Create pull request`.
5050

5151
---

responses/06_steps-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We will make the following changes to the current workflow file:
4747
```
4848
4949
2. Commit the workflow to a new branch.
50-
3. Create a pull request titled **Update my-workflow.yml**.
50+
3. Create a pull request titled **Create better comments**.
5151
4. Supply the pull request body content and click `Create pull request`.
5252

5353
---

0 commit comments

Comments
 (0)