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

Commit a7a04e5

Browse files
authored
Update config.yml
1 parent 3181e54 commit a7a04e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ before:
3535
title: Create a staging workflow
3636
body: 01_label-trigger.md
3737
head: staging-workflow
38+
data:
39+
workflowUrl: '%payload.repository.html_url%/new/%payload.pull_request.head.ref%?filename=.github/CHANGETHIS/deploy-staging.yml'
3840

3941
# protected branch
4042
- type: updateBranchProtection
4143

4244
steps:
4345

44-
# event: User commits the proper trigger
46+
# Step 1: User commits the proper trigger
4547
- title: Configure a trigger based on labels
4648
description: Configure the workflow trigger based on an a label being added
4749
event: pull_request.synchronize

0 commit comments

Comments
 (0)