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 c55d352 commit 4a09f87Copy full SHA for 4a09f87
backport/tasks.py
@@ -23,8 +23,6 @@ def setup_cpython_repo():
23
subprocess.check_output(
24
f"git remote add upstream https://{os.environ.get('GH_AUTH')}:[email protected]/python/cpython.git".split())
25
print("Finished setting up CPython Repo")
26
- util.comment_on_pr(1875, "I'm not a witch! I'm not a witch!")
27
-
28
29
@app.task
30
def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):
0 commit comments