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

Commit cd3f042

Browse files
authored
Merge pull request #9 from githubtraining/combine-first-comments
Combine the two comment reactions from first action
2 parents a290df2 + 27c010d commit cd3f042

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@ steps:
2929
actions:
3030
- type: respond
3131
with: 01_innersource-v-opensource.md
32+
data:
33+
url: '%actions.ownerPR.data.html_url%'
3234
- type: closeIssue
3335
- type: createPullRequest
3436
title: Repository ownership and names
3537
head: repo-owner
3638
body: 01_repo-owner.md
3739
action_id: ownerPR
38-
- type: respond
39-
with: goto-pr.md
40-
data:
41-
url: '%actions.ownerPR.data.html_url%'
4240

4341
#2
4442
- title: Answer the ownership challenge

responses/01_innersource-v-opensource.md

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 }}).

responses/goto-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Go to the [next PR]({{ url }}).
1+
You can find your next steps in your [next pull request]({{ url }}).

0 commit comments

Comments
 (0)