Tweak branch matching to allow not applying outside of PRs for matrix-analytics-events (#11186)
This commit is contained in:
committed by
GitHub
parent
cf11b5f400
commit
1a2d201863
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user