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 3545dc3 commit 2fbe8fdCopy full SHA for 2fbe8fd
config.yml
@@ -1,4 +1,4 @@
1
-title: Intro to Reason Native
+title: Intro to Reason Web
2
tagline: Learn You Some Reason for Great Good by building your first Reason React App!
3
description: Longer explanation of the same; Reason Reason Reason Reason
4
template:
@@ -19,10 +19,10 @@ steps:
19
event: issues
20
link: '{{ repoUrl }}/issues/1'
21
actions:
22
-# - type: gate
23
-# left: '%payload.action%'
24
-# operator: ===
25
-# right: closed
+ - type: gate
+ left: '%payload.action%'
+ operator: ===
+ right: closed
26
- type: createPullRequest
27
title: Getting Started
28
body: 01.00-setup.md
0 commit comments