From ea242cd6dc4dd32d28ab7099954d1a069a5dae6b Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Tue, 15 Oct 2024 21:24:36 -0700 Subject: [PATCH 1/2] edit readme.md again ghstack-source-id: 0898c8f02b5baa35880bf6328d0758782d40cd46 Pull Request resolved: https://github.com/pytorch/executorch/pull/6267 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b72e00120eb..25763da8104 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,4 @@ schemas. ExecuTorch is BSD licensed, as found in the LICENSE file. Hello +Hey From b9a2ca4d2d73bb812fb27cc7f2d6ba3e14ea7a5e Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Tue, 15 Oct 2024 21:24:36 -0700 Subject: [PATCH 2/2] Bypass no op ghstack-source-id: 0fdbaf2c958ce3884745274053603eb27b35cd9c Pull Request resolved: https://github.com/pytorch/executorch/pull/6268 --- .github/workflows/ghstack_land.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghstack_land.yml b/.github/workflows/ghstack_land.yml index d7b1ce68c1e..8f66e15c4bd 100644 --- a/.github/workflows/ghstack_land.yml +++ b/.github/workflows/ghstack_land.yml @@ -29,7 +29,7 @@ jobs: PR_MERGED=$(python -c "from github import Github; g = Github(); repo = g.get_repo('pytorch/executorch'); pr = repo.get_pull(${PR_NUMBER}); print(1 if pr.merged else 0)") if [ "$PR_MERGED" = "0" ]; then echo $"PR $PR_NUMBER is not merged. No op here." - exit 0 + # exit 0 fi python .github/scripts/propose_ghstack_orig_pr.py --pr $PR_NUMBER --repo pytorch/executorch