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 a707956 commit 3298895Copy full SHA for 3298895
config.yml
@@ -56,10 +56,10 @@ steps:
56
link: '%actions.setup_pr.data.html_url%'
57
actions:
58
- type: getFileContents
59
- filename: "./lib/js/src/Index.bs.js"
+ filename: "./lib/js/src/model.bs.js"
60
action_id: index_bs_js
61
- type: gate
62
- left: '/^\/\/ Generated by BUCKLESCRIPT VERSION \d+\.\d+\.\d+, PLEASE EDIT WITH CARE$/gm'
+ left: '/Generated by BUCKLESCRIPT/'
63
operator: test
64
right: '%actions.index_bs_js%'
65
- type: respond
0 commit comments