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

Commit 96ef12b

Browse files
committed
remove store from octokit call
1 parent 94bacbc commit 96ef12b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,19 @@ steps:
140140
method: projects.listForRepo
141141
owner: "%payload.repository.owner.login%"
142142
repo: "%payload.repository.name%"
143-
# action_id: projectBoard
144-
store:
145-
projectBoard: "%result.data.0.id%"
143+
action_id: projectBoard
144+
146145
- type: octokit
147146
method: projects.listColumns
148-
# project_id: "%actions.projectBoard.data.0.id%"
149-
project_id: "%registration.store.projectBoard%"
147+
project_id: "%actions.projectBoard.data.0.id%"
150148
action_id: listColumns
151149
store:
152150
listColumns: "%result.data.0.id"
153151
- type: respond
154152
with: 03_add-to-projects.md
155153
issue: "%registration.store.secondIssueNumber%"
156154
data:
157-
# columnID: "%actions.listColumns.data.0.id%"
158-
columnID: "%registration.store.listColumns%"
155+
columnID: "%actions.listColumns.data.0.id%"
159156
quicklink: "%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
160157
# new pull request
161158
- title: Modify your workflow file
@@ -232,7 +229,7 @@ steps:
232229
link: "{{ store.secondPullUrl }}"
233230
actions:
234231
- type: createIssue
235-
title: Create an issue comment with GitHub Script
232+
title: Comment and triage with GitHub Script
236233
body: 05_workflow-triggered.md
237234
action_id: triggerIssue
238235
store:

0 commit comments

Comments
 (0)