Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
- title: 'Install Dependencies'
description: Get the repo up and working in your computer
event: pull_request.synchronize
link: '%actions.setup_pr.data.html_url%'
link: '{{ repoUrl }}/pull/2'
actions:
- type: getFileContents
action_id: fileContents
Expand All @@ -65,7 +65,7 @@ steps:
- title: 'Setting up an Editor'
description: Install VS Code
event: pull_request.synchronize
link: '%actions.setup_pr.data.html_url%'
link: '{{ repoUrl }}/pull/2'
actions:
- type: getFileContents
action_id: fileContents
Expand All @@ -80,7 +80,7 @@ steps:
- title: 'Building the Project'
description: Create project bundle
event: pull_request.synchronize
link: '%actions.setup_pr.data.html_url%'
link: '{{ repoUrl }}/pull/2'
actions:
- type: getFileContents
filename: bundle/index.js
Expand All @@ -95,7 +95,7 @@ steps:
- title: 'Testing the Project'
description: Run the tests in the project.
event: pull_request.synchronize
link: '%actions.setup_pr.data.html_url%'
link: '{{ repoUrl }}/pull/2'
actions:
- type: getFileContents
filename: __tests__/model_test.re
Expand All @@ -110,7 +110,7 @@ steps:
- title: 'Verifying the App Works'
description: Create project bundle
event: pull_request_review.submitted
link: '%actions.setup_pr.data.html_url%'
link: '{{ repoUrl }}/pull/2'
actions:
- type: gate
left: '%payload.review.state%'
Expand All @@ -132,7 +132,7 @@ steps:
- title: 'Fin: Wrapping it up!'
description: Additional links
event: issues
link: '%actions.final_issue.data.html_url%'
link: '{{ repoUrl }}/issues/3'
actions:
- type: gate
left: '%payload.action%'
Expand Down