This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ before:
4444 store :
4545 repositoryUrl : ' {{ payload.repository.html_url }}'
4646 actionsUrl : ' {{ payload.repository.html_url }}/actions'
47+ workflowEditUrl : ' {{ repoUrl }}/edit/master/.github/workflows/my-workflow.yml'
48+ branchSettingsUrl : ' {{ repoUrl }}/settings/branches'
4749 - type : createProjectBoard
4850 name : Learning Lab Project Board
4951 description : >-
@@ -140,8 +142,6 @@ steps:
140142 store :
141143 secondIssueNumber : " %result.data.number%"
142144 secondIssueUrl : " %result.data.html_url%"
143- workflowEditUrl : ' {{ repoUrl }}/edit/master/.github/workflows/my-workflow.yml'
144- branchSettingsUrl : ' {{ repoUrl }}/settings/branches'
145145 - type : respond
146146 with : new-issue.md
147147 issue : " %store.firstPullNumber%"
You can’t perform that action at this time.
0 commit comments