You've already forked matrix-react-sdk
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:
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