Tweak branch matching to allow not applying outside of PRs for matrix-analytics-events (#11186)

This commit is contained in:
Michael Telatynski 2023-07-04 17:14:29 +01:00 committed by GitHub
parent cf11b5f400
commit 1a2d201863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 21 deletions

View file

@ -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: