From e9f9154ffc2008718288e2c572f7a09fe9dfec87 Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Thu, 11 Oct 2018 19:19:24 +0200 Subject: [PATCH] try to fix links --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index d2341c2..2173359 100644 --- a/config.yml +++ b/config.yml @@ -48,7 +48,7 @@ steps: - type: respond with: 03_found-vulnerability.md data: - url: '/pull/2' + url: 'https://github.com/%user.username%/%payload.repository.name%/pull/2' - type: closeIssue issue: Find repository vulnerabilities @@ -92,7 +92,7 @@ steps: - type: respond with: 04a_good-merge.md data: - url: '/pull/3' + url: 'https://github.com/%user.username%/%payload.repository.name%/pull/3' - title: Add to the `.gitignore` file description: The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.