Commit 3ed13c6
committed
fix(ci): escape brackets in case patterns for bot logins
In POSIX shell case patterns, [bot] is a glob character class that
matches a single character (b/o/t), not the literal string '[bot]'.
This meant release-please[bot], dependabot[bot], and the other bot
exemptions never matched and those PRs would have been failed by
validate-pr-base. Escape the brackets so the patterns match the
actual GitHub App login strings.
Caught by Greptile review.1 parent 9f95e79 commit 3ed13c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments