Commit a5da4e5
ci(bump-payload): anchor regex in bump-payload branch filter
The release-* glob in git ls-remote matched branches with
"release-" anywhere in their path, causing dependabot and
bot-bump-payload branches to enter the build matrix and open
spurious PRs. Add a positive anchored grep to keep only
branches starting with release-v and anchor the negative
filter patterns as well.
Signed-off-by: Akshay Pant <akpant@redhat.com>1 parent f5445c3 commit a5da4e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments