Skip to content

Commit

Permalink
Merge pull request #489 from linear-b/fix-workaround-for-bots
Browse files Browse the repository at this point in the history
fix text in troubleshoot
  • Loading branch information
vim-zz committed Apr 21, 2024
2 parents a8af723 + c3e3007 commit f295659
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Troubleshoot gitStream
description: Learn how to solve common challenges you might encounter when using gitStream.
---
# Troubleshooting
# Troubleshooting

## I can't see any action running

Expand Down Expand Up @@ -73,7 +73,11 @@ Check it under repository's Settings > Branches:

## I don't want gitStream to run on PRs that was generated by a bot

You can edit the `.github/workflows/gitstream.yml` and uncomment the `if` line, you can edit and replace the bot name with the bot name you want to ignore (`dependabot[bot]` in the example below):
When using repository level rules, you can edit the `.github/workflows/gitstream.yml` and uncomment the `if` line, you can edit and replace the bot name with the bot name you want to ignore (`dependabot[bot]` in the example below).

!!! note

This will not work for org level rules

```yaml+jinja title=".github/workflows/gitstream.yml" hl_lines="5"
jobs:
Expand Down

0 comments on commit f295659

Please sign in to comment.