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

Commit ec26229

Browse files
committed
s/registration.store/store
1 parent 4b4b15c commit ec26229

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

config.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ steps:
9595
# End filepath verification
9696
#######################################################
9797
- type: respond
98-
issue: "%registration.store.welcomeIssueNumber%"
98+
issue: "%store.welcomeIssueNumber%"
9999
with: new-pull-request.md
100100
data:
101101
pullurl: '{{ store.firstPullUrl }}'
102102
- type: closeIssue
103-
issue: "%registration.store.welcomeIssueNumber%"
103+
issue: "%store.welcomeIssueNumber%"
104104
- type: createReview
105105
body: 01_merge-workflow.md
106106
event: APPROVE
@@ -130,7 +130,7 @@ steps:
130130
secondIssueUrl: "%result.data.html_url%"
131131
- type: respond
132132
with: new-issue.md
133-
issue: "%registration.store.firstPullNumber%"
133+
issue: "%store.firstPullNumber%"
134134
data:
135135
issueUrl: '{{ store.secondIssueUrl }}'
136136

@@ -146,13 +146,13 @@ steps:
146146
right: "github-actions[bot]"
147147
else:
148148
- type: respond
149-
issue: "%registration.store.secondIssueNumber%"
149+
issue: "%store.secondIssueNumber%"
150150
with: debug.md
151151
data:
152152
debug: "%payload%"
153153
- type: respond
154154
with: 03_workflow-success.md
155-
issue: "%registration.store.secondIssueNumber%"
155+
issue: "%store.secondIssueNumber%"
156156
- type: octokit
157157
method: projects.listForRepo
158158
owner: "%payload.repository.owner.login%"
@@ -161,14 +161,14 @@ steps:
161161
boardID: "%result.data.0.id%"
162162
- type: octokit
163163
method: projects.listColumns
164-
project_id: "%registration.store.boardID%"
164+
project_id: "%store.boardID%"
165165
store:
166166
columnID: "%result.data.0.id%"
167167
- type: respond
168168
with: 03_add-to-projects.md
169-
issue: "%registration.store.secondIssueNumber%"
169+
issue: "%store.secondIssueNumber%"
170170
data:
171-
columnID: "%registration.store.columnID%"
171+
columnID: "%store.columnID%"
172172
quicklink: "%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
173173
# new pull request
174174
- title: Modify your workflow file
@@ -211,12 +211,12 @@ steps:
211211
# End filepath verification
212212
#######################################################
213213
- type: respond
214-
issue: "%registration.store.secondIssueNumber%"
214+
issue: "%store.secondIssueNumber%"
215215
with: new-pull-request.md
216216
data:
217-
pullUrl: "%registration.store.secondPullUrl%"
217+
pullUrl: "%store.secondPullUrl%"
218218
- type: closeIssue
219-
issue: "%registration.store.secondIssueNumber%"
219+
issue: "%store.secondIssueNumber%"
220220
- type: createReview
221221
body: 04_merge-workflow.md
222222
event: APPROVE
@@ -237,9 +237,9 @@ steps:
237237
thirdIssueNumber: "%result.data.number%"
238238
- type: respond
239239
with: new-issue.md
240-
issue: "%registration.store.secondPullNumber%"
240+
issue: "%store.secondPullNumber%"
241241
data:
242-
issueURL: "%registration.store.thirdIssueUrl%"
242+
issueURL: "%store.thirdIssueUrl%"
243243

244244
- title: Break your workflow into multiple steps
245245
description: Separate the workflow concerns by adding more steps
@@ -252,7 +252,7 @@ steps:
252252
right: "github-actions[bot]"
253253
else:
254254
- type: respond
255-
issue: "%registration.store.secondIssueNumber%"
255+
issue: "%store.secondIssueNumber%"
256256
with: debug.md
257257
data:
258258
debug: "%payload%"
@@ -267,12 +267,12 @@ steps:
267267
action_id: listColumns
268268
- type: respond
269269
with: 06_steps-overview.md
270-
issue: "%registration.store.thirdIssueNumber%"
270+
issue: "%store.thirdIssueNumber%"
271271
data:
272272
projectTab: "%payload.repository.html_url%/projects/1"
273273
- type: respond
274274
with: 06_steps-activity.md
275-
issue: "%registration.store.thirdIssueNumber%"
275+
issue: "%store.thirdIssueNumber%"
276276
data:
277277
listProj: "%actions.projectBoard.data%"
278278
listCol: "%actions.listColumns.data%"
@@ -310,12 +310,12 @@ steps:
310310
project_id: "%actions.projectBoard.data.0.id%"
311311
action_id: listColumns
312312
- type: respond
313-
issue: "%registration.store.thirdIssueNumber%"
313+
issue: "%store.thirdIssueNumber%"
314314
with: new-pull-request.md
315315
data:
316-
pullUrl: "%registration.store.thirdPullUrl%"
316+
pullUrl: "%store.thirdPullUrl%"
317317
- type: closeIssue
318-
issue: "%registration.store.thirdIssueNumber%"
318+
issue: "%store.thirdIssueNumber%"
319319
- type: respond
320320
with: 07_explain-node.md
321321
- type: respond
@@ -359,9 +359,9 @@ steps:
359359

360360
- type: respond
361361
with: new-issue.md
362-
issue: "%registration.store.thirdPullNumber%"
362+
issue: "%store.thirdPullNumber%"
363363
data:
364-
issueURL: "%registration.store.fourthIssueUrl%"
364+
issueURL: "%store.fourthIssueUrl%"
365365

366366
- title: Another workflow run
367367
description: Observe the results of an enhanced workflow run
@@ -377,10 +377,10 @@ steps:
377377
with: e-action-result.md
378378
- type: respond
379379
with: 09_workflow-completed.md
380-
issue: "%registration.store.fourthIssueNumber%"
380+
issue: "%store.fourthIssueNumber%"
381381
- type: respond
382382
with: 09_issue-activity.md
383-
issue: "%registration.store.fourthIssueNumber%"
383+
issue: "%store.fourthIssueNumber%"
384384
data:
385385
quicklink: "%payload.repository.html_url%/issues/new"
386386

0 commit comments

Comments
 (0)