From a0591fc49834b5f414152dba0a66cfefaf21a37b Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Tue, 16 Apr 2019 15:54:51 +0200 Subject: [PATCH] tweak order of first actions so link works --- config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index 532afff..6b726b0 100644 --- a/config.yml +++ b/config.yml @@ -28,16 +28,17 @@ steps: link: '{{ repoUrl }}/issues/1' event: issues.edited actions: - - type: respond - with: 01_innersource-v-opensource.md - data: - url: '%actions.ownerPR.data.html_url%' - - type: closeIssue - type: createPullRequest title: Repository ownership and names head: repo-owner body: 01_repo-owner.md action_id: ownerPR + - type: respond + with: 01_innersource-v-opensource.md + data: + url: '%actions.ownerPR.data.html_url%' + - type: closeIssue + #2 - title: Answer the ownership challenge