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

Commit a290df2

Browse files
authored
Merge pull request #8 from githubtraining/number-responses
Add step number to response titles
2 parents 8717e87 + 436169d commit a290df2

17 files changed

Lines changed: 16 additions & 16 deletions

config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ template:
77
before:
88
- type: createIssue
99
title: Welcome
10-
body: welcome.md
10+
body: 00_welcome.md
1111

1212
# Course artifacts:
1313
# 1. Issue: Welcome
@@ -28,12 +28,12 @@ steps:
2828
event: issues.edited
2929
actions:
3030
- type: respond
31-
with: innersource-v-opensource.md
31+
with: 01_innersource-v-opensource.md
3232
- type: closeIssue
3333
- type: createPullRequest
3434
title: Repository ownership and names
3535
head: repo-owner
36-
body: repo-owner.md
36+
body: 01_repo-owner.md
3737
action_id: ownerPR
3838
- type: respond
3939
with: goto-pr.md
@@ -47,7 +47,7 @@ steps:
4747
event: pull_request.edited
4848
actions:
4949
- type: respond
50-
with: repo-owner-answer.md
50+
with: 02_repo-owner-answer.md
5151

5252
#3
5353
- title: Merge the ownership pull request
@@ -58,7 +58,7 @@ steps:
5858
- type: createPullRequest
5959
title: Create discoverable repos
6060
head: discoverable-repos
61-
body: discoverable.md
61+
body: 03_discoverable.md
6262
action_id: discoverablePR
6363
- type: respond
6464
with: goto-pr.md
@@ -72,7 +72,7 @@ steps:
7272
event: issue_comment.created
7373
actions:
7474
- type: respond
75-
with: discoverability-answer.md
75+
with: 04_discoverability-answer.md
7676

7777
#5
7878
- title: Merge the discoverability pull request
@@ -83,7 +83,7 @@ steps:
8383
- type: createPullRequest
8484
title: Issue and PR templates
8585
head: templates
86-
body: templates.md
86+
body: 05_templates.md
8787
action_id: templatesPR
8888
- type: respond
8989
with: goto-pr.md
@@ -97,7 +97,7 @@ steps:
9797
event: pull_request.edited
9898
actions:
9999
- type: respond
100-
with: templates-answer.md
100+
with: 06_templates-answer.md
101101

102102
#7
103103
- title: Merge the templates pull request
@@ -108,7 +108,7 @@ steps:
108108
- type: createPullRequest
109109
title: Workflows
110110
head: workflows
111-
body: workflows.md
111+
body: 07_workflows.md
112112
action_id: workflowsPR
113113
- type: respond
114114
with: goto-pr.md
@@ -122,7 +122,7 @@ steps:
122122
event: pull_request.edited
123123
actions:
124124
- type: respond
125-
with: workflows-answer.md
125+
with: 08_workflows-answer.md
126126

127127
#9
128128
- title: Merge the workflows pull request
@@ -133,7 +133,7 @@ steps:
133133
- type: createPullRequest
134134
title: Managing projects on GitHub
135135
head: projects
136-
body: projects.md
136+
body: 09_projects.md
137137
action_id: projectsPR
138138
- type: respond
139139
with: goto-pr.md
@@ -147,7 +147,7 @@ steps:
147147
event: pull_request.edited
148148
actions:
149149
- type: respond
150-
with: projects-answer.md
150+
with: 10_projects-answer.md
151151

152152
#11
153153
- title: Merge the project management pull request
@@ -158,7 +158,7 @@ steps:
158158
- type: createPullRequest
159159
title: Measuring success
160160
head: metrics
161-
body: metrics.md
161+
body: 11_metrics.md
162162
action_id: metricsPR
163163
- type: respond
164164
with: goto-pr.md
@@ -172,7 +172,7 @@ steps:
172172
event: issue_comment.created
173173
actions:
174174
- type: respond
175-
with: metrics-answer.md
175+
with: 12_metrics-answer.md
176176

177177
#13
178178
- title: Merge the metrics pull request
@@ -182,7 +182,7 @@ steps:
182182
actions:
183183
- type: createIssue
184184
title: Publish your toolkit
185-
body: publish.md
185+
body: 13_publish.md
186186
action_id: publishIssue
187187
- type: respond
188188
with: goto-pr.md
@@ -197,7 +197,7 @@ steps:
197197
actions:
198198
- type: respond
199199
issue: Publish your toolkit
200-
with: congratulations.md
200+
with: 14_congratulations.md
201201
data:
202202
deploymentURL: 'https://%payload.repository.owner.login%.github.io/%payload.repository.name%'
203203
learningPathURL: 'https://github-learning-lab-staging.herokuapp.com/githubtraining/paths/innersource:-theory-to-practice'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)