This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments