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

Commit d6ec321

Browse files
committed
include a link to the proper files in branches
1 parent 33bd449 commit d6ec321

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ steps:
436436
- type: respond
437437
with: 10.0_respond-success.md
438438
data:
439-
fileUrl: '%payload.repository.html_url%/blob/add-metadata/responses/pr-opened.md'
439+
fileUrl: '%payload.repository.html_url%/new/%payload.pull_request.head.ref%/?filename=README.md'
440440
- type: octokit
441441
method: pullRequests.createComment
442442
owner: '%payload.repository.owner.login%'
@@ -479,6 +479,8 @@ steps:
479479
with: 11.1_e-no-respond-action.md
480480
- type: respond
481481
with: 12.0_add-readme.md
482+
data:
483+
fileUrl: '%payload.repository.html_url%/blob/%payload.pull_request.head.ref%/responses/pr-opened.md'
482484

483485

484486
# 13

0 commit comments

Comments
 (0)