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

Commit 49370ff

Browse files
committed
resolve conflicts
2 parents e05451e + cd3f042 commit 49370ff

18 files changed

Lines changed: 22 additions & 22 deletions

config.yml

Lines changed: 18 additions & 20 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
- type: updateBranchProtection
1212

1313
# Course artifacts:
@@ -29,17 +29,15 @@ steps:
2929
event: issues.edited
3030
actions:
3131
- type: respond
32-
with: innersource-v-opensource.md
32+
with: 01_innersource-v-opensource.md
33+
data:
34+
url: '%actions.ownerPR.data.html_url%'
3335
- type: closeIssue
3436
- type: createPullRequest
3537
title: Repository ownership and names
3638
head: repo-owner
37-
body: repo-owner.md
39+
body: 01_repo-owner.md
3840
action_id: ownerPR
39-
- type: respond
40-
with: goto-pr.md
41-
data:
42-
url: '%actions.ownerPR.data.html_url%'
4341

4442
#2
4543
- title: Answer the ownership challenge
@@ -49,7 +47,7 @@ steps:
4947
actions:
5048
- type: removeBranchProtection
5149
- type: respond
52-
with: repo-owner-answer.md
50+
with: 02_repo-owner-answer.md
5351

5452
#3
5553
- title: Merge the ownership pull request
@@ -61,7 +59,7 @@ steps:
6159
- type: createPullRequest
6260
title: Create discoverable repos
6361
head: discoverable-repos
64-
body: discoverable.md
62+
body: 03_discoverable.md
6563
action_id: discoverablePR
6664
- type: respond
6765
with: goto-pr.md
@@ -76,7 +74,7 @@ steps:
7674
actions:
7775
- type: removeBranchProtection
7876
- type: respond
79-
with: discoverability-answer.md
77+
with: 04_discoverability-answer.md
8078

8179
#5
8280
- title: Merge the discoverability pull request
@@ -88,7 +86,7 @@ steps:
8886
- type: createPullRequest
8987
title: Issue and PR templates
9088
head: templates
91-
body: templates.md
89+
body: 05_templates.md
9290
action_id: templatesPR
9391
- type: respond
9492
with: goto-pr.md
@@ -103,7 +101,7 @@ steps:
103101
actions:
104102
- type: removeBranchProtection
105103
- type: respond
106-
with: templates-answer.md
104+
with: 06_templates-answer.md
107105

108106
#7
109107
- title: Merge the templates pull request
@@ -115,7 +113,7 @@ steps:
115113
- type: createPullRequest
116114
title: Workflows
117115
head: workflows
118-
body: workflows.md
116+
body: 07_workflows.md
119117
action_id: workflowsPR
120118
- type: respond
121119
with: goto-pr.md
@@ -130,7 +128,7 @@ steps:
130128
actions:
131129
- type: removeBranchProtection
132130
- type: respond
133-
with: workflows-answer.md
131+
with: 08_workflows-answer.md
134132

135133
#9
136134
- title: Merge the workflows pull request
@@ -142,7 +140,7 @@ steps:
142140
- type: createPullRequest
143141
title: Managing projects on GitHub
144142
head: projects
145-
body: projects.md
143+
body: 09_projects.md
146144
action_id: projectsPR
147145
- type: respond
148146
with: goto-pr.md
@@ -157,7 +155,7 @@ steps:
157155
actions:
158156
- type: removeBranchProtection
159157
- type: respond
160-
with: projects-answer.md
158+
with: 10_projects-answer.md
161159

162160
#11
163161
- title: Merge the project management pull request
@@ -169,7 +167,7 @@ steps:
169167
- type: createPullRequest
170168
title: Measuring success
171169
head: metrics
172-
body: metrics.md
170+
body: 11_metrics.md
173171
action_id: metricsPR
174172
- type: respond
175173
with: goto-pr.md
@@ -184,7 +182,7 @@ steps:
184182
actions:
185183
- type: removeBranchProtection
186184
- type: respond
187-
with: metrics-answer.md
185+
with: 12_metrics-answer.md
188186

189187
#13
190188
- title: Merge the metrics pull request
@@ -195,7 +193,7 @@ steps:
195193
- type: updateBranchProtection
196194
- type: createIssue
197195
title: Publish your toolkit
198-
body: publish.md
196+
body: 13_publish.md
199197
action_id: publishIssue
200198
- type: respond
201199
with: goto-pr.md
@@ -211,7 +209,7 @@ steps:
211209
- type: removeBranchProtection
212210
- type: respond
213211
issue: Publish your toolkit
214-
with: congratulations.md
212+
with: 14_congratulations.md
215213
data:
216214
deploymentURL: 'https://%payload.repository.owner.login%.github.io/%payload.repository.name%'
217215
learningPathURL: 'https://github-learning-lab-staging.herokuapp.com/githubtraining/paths/innersource:-theory-to-practice'
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ Innersource and open source are very similar concepts, but they're not the same.
44

55
**Open source** software is shared publicly and typically accepts contributions from contributors outside of an organization.
66

7-
**Innersource** is the practice of adopting open source practices internally within your organization. An organization that practices innersource, may or may not end up open sourced.
7+
**Innersource** is the practice of adopting open source practices internally within your organization. An organization that practices innersource, may or may not end up open sourced.
8+
9+
You can find your next steps in the [next pull request]({{ url }}).
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)