We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bd449 commit d6ec321Copy full SHA for d6ec321
1 file changed
config.yml
@@ -436,7 +436,7 @@ steps:
436
- type: respond
437
with: 10.0_respond-success.md
438
data:
439
- fileUrl: '%payload.repository.html_url%/blob/add-metadata/responses/pr-opened.md'
+ fileUrl: '%payload.repository.html_url%/new/%payload.pull_request.head.ref%/?filename=README.md'
440
- type: octokit
441
method: pullRequests.createComment
442
owner: '%payload.repository.owner.login%'
@@ -479,6 +479,8 @@ steps:
479
with: 11.1_e-no-respond-action.md
480
481
with: 12.0_add-readme.md
482
+ data:
483
+ fileUrl: '%payload.repository.html_url%/blob/%payload.pull_request.head.ref%/responses/pr-opened.md'
484
485
486
# 13
0 commit comments