From c3e30073c2c959117c62407b4519e791175d364f Mon Sep 17 00:00:00 2001 From: ofer affias Date: Sun, 21 Apr 2024 11:42:17 +0300 Subject: [PATCH] fix text to make it more clear that the workaround applies for repo level rules only --- docs/troubleshooting.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 58ce5823..1fa608c4 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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 @@ -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: