You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Branch protection rule **ordering** matters, so you will need to delete the `**/**` branch protection rule temporarily, then add the `otelbot/**/**` branch protection rule, then add back the `**/**` branch protection rule.
353
+
> Branch protection rule **ordering** matters, so you will need to delete the `**/**` branch protection rule temporarily, then add the `otelbot/**/*` branch protection rule, then add back the `**/**` branch protection rule.
354
354
355
355
2. When you use the built-in `secrets.GITHUB_TOKEN` to generate a pull request from inside a [GitHub Action], workflows
356
356
will not run on that new pull request without closing and re-opening it manually (this limitation is in place to
@@ -409,9 +409,9 @@ The OpenTelemetry Bot addresses two common issues:
409
409
```
410
410
411
411
It is recommended to push to branch names that start with `opentelemetrybot/`, and to add a branch protection
412
-
rule for `opentelemetrybot/**/**` with the same setup as documented for
413
-
[`dependabot/**/**`](docs/how-to-configure-new-repository.md#branch-protection-rule-dependabot). Note that branch protection rule ordering matters, so you will need to
414
-
delete the `**/**` branch protection rule temporarily, then add the `opentelemetrybot/**/**` branch protection
412
+
rule for `opentelemetrybot/**/*` with the same setup as documented for
413
+
[`dependabot/**/*`](docs/how-to-configure-new-repository.md#branch-protection-rule-dependabot). Note that branch protection rule ordering matters, so you will need to
414
+
delete the `**/**` branch protection rule temporarily, then add the `opentelemetrybot/**/*` branch protection
415
415
rule, then add back the `**/**` branch protection rule.
416
416
417
417
2. When you use the built-in `secrets.GITHUB_TOKEN` to generate a pull request from inside of a GitHub Action, workflows
0 commit comments