Skip to content

Commit

Permalink
Merge branch 'main' into BenLloydPearson-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLloydPearson committed Jul 31, 2023
2 parents d9d1c41 + fd7eb59 commit aa4b3b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Empty file added 2023-07-24.md
Empty file.
1 change: 1 addition & 0 deletions Untitled.canvas
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Check that you see gitStream app on repository's Settings > GitHub apps:
In case you don't see it, visit the marketplace and install it for free: https://github.com/marketplace/gitstream-by-linearb

**Did you set the workflow files correctly?**
Check you have placed these 2 files in your repository, with these exact names:
Check you have placed these two files in your repository with these exact names:

1. `.cm/gitstream.cm`
2. `.github/workflows/gitstream.yml`

These files need to be committed to the repository default branch (usually `master` or `main`). Notice that the action will not run until these files are found on the default branch.
These files must be committed to the repository default branch (usually `master` or `main`). Notice that the action will not run until these files are found on the default branch.

Check that you see "gitStream workflow automation" on the Action section in your repository:
Check that you see "gitStream workflow automation" in the Action section in your repository:

![GitHub action](screenshots/github_pr_actions_section.png)

Expand All @@ -32,9 +32,17 @@ Some organization limit which actions can run, in that case in the repository se

![GitHub allow marketplace actions](screenshots/github_settings_allow_actions.png)

Also, add
```
linear-b/gitstream-github-action@v1,*/*/.github/workflows/gitstream.yml*
```
to the **Allow specified actions and reusable workflows** list, if it is shown.
![GitHub allow marketplace actions](screenshots/github_settings_allow_specified_actions
.png)

**Is the PR in Draft mode?**

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

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

Expand Down

0 comments on commit aa4b3b9

Please sign in to comment.