Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 7174252

Browse files
authored
Create PRs from owt-bot forked repository. (#509)
1 parent 0276b5b commit 7174252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/roll_webrtc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Regex expression to match commit hash of owt-deps-webrtc.
2424
REVISION_RE = re.compile(
2525
r"(?<=Var\('deps_webrtc_git'\) \+ '/owt-deps-webrtc' \+ '@' \+ ')[0-9a-f]{40}(?=',)")
26-
TARGET_BRANCH = 'roll'
26+
TARGET_BRANCH = 'owt-bot:roll'
2727

2828

2929
def webrtc_revision():

0 commit comments

Comments
 (0)