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

Commit 303974e

Browse files
committed
update config
1 parent ee53c33 commit 303974e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,17 @@ before:
3434
- 00_welcome-activity.md
3535

3636
steps:
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:

0 commit comments

Comments
 (0)