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

Commit 7fa3643

Browse files
committed
add steps for metadata and js files
1 parent f3039ab commit 7fa3643

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

config.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,6 @@ steps:
272272
event: pull_request.synchronize
273273
# link: "{{ repoUrl }}/pull/2"
274274
actions:
275-
- type: gate
276-
left: "%payload.check_suite.app.name%"
277-
operator: ===
278-
right: "GitHub Actions"
279275
- type: removeBranchProtection
280276
- type: respond
281277
with: 12_trigger-workflow.md
@@ -332,3 +328,27 @@ steps:
332328
issue: Consuming Action Outputs
333329
- type: respond
334330
with: 14_action-three.md
331+
332+
- title: Add third Actions metadata
333+
description: Create the metadata for the third Action
334+
event: pull_request.synchronize
335+
# link: "{{ repoUrl }}/pull/2"
336+
actions:
337+
- type: gate
338+
left: "%payload.pull_request.title%"
339+
operator: ===
340+
right: Use Outputs
341+
- type: respond
342+
with: 14_create-metadata.md
343+
344+
- title: Add third Actions JavaScript files
345+
description: Create the JavaScript files for the third Action
346+
event: pull_request.synchronize
347+
# link: "{{ repoUrl }}/pull/2"
348+
actions:
349+
- type: gate
350+
left: "%payload.pull_request.title%"
351+
operator: ===
352+
right: Use Outputs
353+
- type: respond
354+
with: 14_create-js-files.md

0 commit comments

Comments
 (0)