We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aea455 commit 3338899Copy full SHA for 3338899
.github/repository-settings.md
@@ -74,8 +74,9 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
74
- Targeted branches
75
- Exclude:
76
- `release/*`
77
- - `renovate/**/**`
78
- - `opentelemetrybot/**/**`
+ - `renovate/**/*`
+ - `opentelemetrybot/**/*`
79
+ - `revert-*/**/*` (these are created when using the GitHub UI to revert a PR)
80
- Restrict creations: CHECKED
81
82
### Restrict updating tags
0 commit comments