Tweak branch matching to allow not applying outside of PRs for matrix-analytics-events (#11186)
This commit is contained in:
parent
cf11b5f400
commit
1a2d201863
3 changed files with 26 additions and 21 deletions
|
@ -6,8 +6,6 @@ deforg="$1"
|
|||
defrepo="$2"
|
||||
defbranch="$3"
|
||||
|
||||
[ -z "$defbranch" ] && defbranch="develop"
|
||||
|
||||
rm -r "$defrepo" || true
|
||||
|
||||
# figure out where to look for pull requests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue