We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cf1b0 commit 86f8aefCopy full SHA for 86f8aef
1 file changed
tools/maint/create_release.py
@@ -76,7 +76,7 @@ def create_release_pr(release_version, dry_run):
76
# Push the new branch to emscripten repo and create PR
77
repo_url = get_repo_url()
78
subprocess.check_call(['git', 'push', repo_url, branch_name], cwd=root_dir)
79
- subprocess.check_call(['gh', 'pr', 'create', '--fill', '--reviewer', 'release-reviewers', '--head', branch_name, '-R', REPO], cwd=root_dir)
+ subprocess.check_call(['gh', 'pr', 'create', '--fill', '--reviewer', 'emscripten-core/release-reviewers', '--head', branch_name, '-R', REPO], cwd=root_dir)
80
81
82
def create_draft_release(version, base_commit):
0 commit comments