This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,17 @@ before:
3434 - 00_welcome-activity.md
3535
3636steps :
37- - title : Setup a workflow file
37+ - title : Start here!
3838 description : Create a pull request to add a workflow
3939 event :
4040 - pull_request.opened
4141 - pull_request.edited
4242 link : " {{store.welcomeIssueUrl}}"
4343 actions :
4444 - type : gate
45+ store :
46+ firstPullNumber : " %payload.pull_request.number%"
47+ firstPullUrl : " %payload.pull_reqeust.html_url%"
4548 left : " %payload.pull_request.title%"
4649 operator : ===
4750 right : Create my-workflow.yml
@@ -92,14 +95,14 @@ steps:
9295 - type : createReview
9396 body : 01_merge-workflow.md
9497 event : APPROVE
95- store :
96- firstPullUrl : " %result.data.html_url%"
97- firstPullNumber : " %result.data.number%"
98+ # store:
99+ # firstPullUrl: "%result.data.html_url%"
100+ # firstPullNumber: "%result.data.number%"
98101 data :
99102 actionsUrl : " %payload.repository.html_url%/actions%"
100103
101- - title : Merge the new workflow into the master branch
102- description : Make the workflow available for use on the repository
104+ - title : Add a workflow file to the repository
105+ description : Merge the pull request containing the workflow into the master branch
103106 event : pull_request.closed
104107 link : " {{store.firstPullUrl}}"
105108 actions :
You can’t perform that action at this time.
0 commit comments