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

Commit 363c0d9

Browse files
committed
add troubleshooting information to first workflow run
1 parent 3396a67 commit 363c0d9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ steps:
138138
store:
139139
secondIssueNumber: "%result.data.number%"
140140
secondIssueUrl: "%result.data.html_url%"
141+
data:
142+
workflowEditUrl: '{{ repoUrl }}/edit/master/.github/workflows/my-workflow.yml'
141143
- type: respond
142144
with: new-issue.md
143145
issue: "%store.firstPullNumber%"

responses/02_workflow-triggered.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ This means that every time an issue gets opened in this repository the GitHub Sc
1414
1515
You should expect to see the result right here in this issue!
1616
17+
<details>
18+
<summary>Workflow not running? Click here for some troubleshooting.</summary>
19+
20+
Try the following troubleshooting steps:
21+
1. Click on the [Actions tab]({{ store.actionsUrl }}) to see the status of your workflow run. See [Managing a workflow run](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run) on GitHub Help for more information.
22+
1. Edit your [workflow file]( {{ workflowEditUrl }}) and look for errors in the linter built into the browser.
23+
1. Look for the [workflow trigger](https://help.github.com/en/actions/reference/events-that-trigger-workflows) and ensure you are performing an action that triggers that workflow.
24+
</details>
1725
---
1826
1927
I'll respond in this issue after your workflow runs!

0 commit comments

Comments
 (0)