Home
last modified time | relevance | path

Searched full:tryrebase (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/.github/scripts/
Dtest_tryrebase.py7 from tryrebase import additional_rebase_failure_info, rebase_ghstack_onto, rebase_onto
22 @mock.patch("tryrebase.gh_post_comment")
53 @mock.patch("tryrebase.gh_post_comment")
84 @mock.patch("tryrebase.gh_post_comment")
119 @mock.patch("tryrebase.gh_post_comment")
139 @mock.patch("tryrebase.gh_post_comment")
/external/pytorch/.github/workflows/
Dtryrebase.yml43 python3 .github/scripts/tryrebase.py "${PR_NUM}" --branch "${BRANCH}"
45 python3 .github/scripts/tryrebase.py "${PR_NUM}"
Dtrymerge.yml53 if ! python3 .github/scripts/tryrebase.py "${PR_NUM}" --branch "${REBASE}"; then