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

Commit cfac256

Browse files
committed
store quicklinks earlier
1 parent f5856c3 commit cfac256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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%"

0 commit comments

Comments
 (0)