1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

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