Skip to content

Commit 55e2e4f

Browse files
authored
Merge pull request #664 from fservidio-lb/main
Contribute to troubleshooting doc for 'file not found' error
2 parents 9ed54a8 + f2ce786 commit 55e2e4f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
59.4 KB
Loading

docs/troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,11 @@ jobs:
111111
gitStream check run can fail from different reasons, and these are shown in the check result.
112112

113113
#### Missing workflow file
114+
![Check failure](screenshots/file_not_found_error.png)
114115

115-
When it says `gitStream.cm Skipped — gitStream workflow file not found`, it means that the GitHub action was not found, check again that you have this file in your repository root: `.github/workflows/gitstream.yml`, see instructions on [GitHub installation](/github-installation).
116+
When it says `gitStream.cm Skipped — gitStream workflow file not found`, it means that:
117+
- The GitHub action was not found, check again that you have this file in your repository root: `.github/workflows/gitstream.yml`, see instructions on [GitHub installation](/github-installation)
118+
- When using org level, then the required `cm` **repo** may not be in the GitHub application allowed repositories list. See instructions above: [enable gitStream for your `cm` repo](#using-org-level-did-you-enable-gitstream-for-your-cm-repo)
116119

117120
#### Syntax error in the cm files
118121

0 commit comments

Comments
 (0)