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 f4c5c7a commit c55d352Copy full SHA for c55d352
backport/tasks.py
@@ -15,8 +15,6 @@
15
16
@app.task
17
def setup_cpython_repo():
18
- """
19
20
subprocess.check_output(
21
f"git clone https://{os.environ.get('GH_AUTH')}:x-oauth-basic@github.com/miss-islington/cpython.git".split())
22
subprocess.check_output("git config --global user.email 'mariatta.wijaya+miss-islington@gmail.com'".split())
@@ -25,6 +23,7 @@ def setup_cpython_repo():
25
23
26
24
f"git remote add upstream https://{os.environ.get('GH_AUTH')}:x-oauth-basic@github.com/python/cpython.git".split())
27
print("Finished setting up CPython Repo")
+ util.comment_on_pr(1875, "I'm not a witch! I'm not a witch!")
28
29
30
0 commit comments