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

Commit c268076

Browse files
authored
Merge pull request #12 from githubtraining/bug-fix
Tweak order of first actions so link works
2 parents 75ce2b5 + a0591fc commit c268076

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ steps:
2828
link: '{{ repoUrl }}/issues/1'
2929
event: issues.edited
3030
actions:
31-
- type: respond
32-
with: 01_innersource-v-opensource.md
33-
data:
34-
url: '%actions.ownerPR.data.html_url%'
35-
- type: closeIssue
3631
- type: createPullRequest
3732
title: Repository ownership and names
3833
head: repo-owner
3934
body: 01_repo-owner.md
4035
action_id: ownerPR
36+
- type: respond
37+
with: 01_innersource-v-opensource.md
38+
data:
39+
url: '%actions.ownerPR.data.html_url%'
40+
- type: closeIssue
41+
4142

4243
#2
4344
- title: Answer the ownership challenge

0 commit comments

Comments
 (0)