Skip to content

Commit fb87b85

Browse files
committed
Update on "[GHF] Better check for internal diffs"
During revert, use title of "Meta Internal-Only Changes Check" to determine whether or not internal diff is associated with the PR. Fixes #104232 cc albanD [ghstack-poisoned]
2 parents 569fba9 + 53adf83 commit fb87b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/test_trymerge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def commit_message(self, ref: str) -> str:
464464
lambda: validate_revert(repo, pr, comment_id=1372496233),
465465
)
466466

467-
def test_revert_codev_abandonned_diff_succeeds(self, *args: Any) -> None:
467+
def test_revert_codev_abandoned_diff_succeeds(self, *args: Any) -> None:
468468
pr = GitHubPR("pytorch", "pytorch", 100652)
469469

470470
class GitRepoCoDev(DummyGitRepo):

0 commit comments

Comments
 (0)