You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Like before, now we have to wait for the workflow to run so that we can see the results.
383
387
388
+
<details>
389
+
<summary>Workflow not running? Click here for some troubleshooting.</summary>
390
+
391
+
Try the following troubleshooting steps:
392
+
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.
393
+
1. Edit your [workflow file]( {{ store.workflowEditUrl }}) and look for errors in the linter built into the browser.
394
+
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.
395
+
396
+
If you need to make changes to your code, remove the [master branch protection]({{ store.branchSettingsUrl }}) and merge your changes into the `master` branch.
Copy file name to clipboardExpand all lines: responses/02_workflow-triggered.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,17 @@ This means that every time an issue gets opened in this repository the GitHub Sc
14
14
15
15
You should expect to see the result right here in this issue!
16
16
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]( {{ store.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
+
25
+
If you need to make changes to your code, remove the [master branch protection]({{ store.branchSettingsUrl }}) and merge your changes into the `master` branch.
26
+
</details>
27
+
17
28
---
18
29
19
30
I'll respond in this issue after your workflow runs!
Copy file name to clipboardExpand all lines: responses/05_workflow-triggered.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
Now that your updates have been merged and we've triggered the workflow we should see our workflow begin helping us automate the triage of new issues.
4
4
5
+
<details>
6
+
<summary>Workflow not running? Click here for some troubleshooting.</summary>
7
+
8
+
Try the following troubleshooting steps:
9
+
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.
10
+
1. Edit your [workflow file]( {{ store.workflowEditUrl }}) and look for errors in the linter built into the browser.
11
+
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.
12
+
13
+
If you need to make changes to your code, remove the [master branch protection]({{ store.branchSettingsUrl }}) and merge your changes into the `master` branch.
0 commit comments