Skip to content

Commit

Permalink
Merge branch 'main' into troubleshooting_addition
Browse files Browse the repository at this point in the history
  • Loading branch information
vim-zz authored Jul 31, 2023
2 parents 04ba6e1 + 3053588 commit 4161583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ to the **Allow specified actions and reusable workflows** list, if it is shown.

gitStream automations won't trigger for PRs that are in Draft mode.

**I see 'gitStream workflow file not found' error**

This error indicates that gitStream is unable to locate the file `.github/workflows/gitstream.yml`. The tool first searches for this file in the `cm` repository and then in the PR's repository. If the CI file is not found, this error message is displayed. To resolve this issue, ensure that your setup is correct and that the specified file exists in your repository.

## I have rules that should have blocked merge, but the PR can be merged still

For example, when using the [`set-required-approvals`](/automation-actions#set-required-approvals)
Expand Down

0 comments on commit 4161583

Please sign in to comment.