Skip to content

Commit 10b7757

Browse files
bigfootjonmeta-codesync[bot]
authored andcommitted
Migrate fb-exported to meta-exported where possible (best effort) (#5809)
Summary: Pull Request resolved: #5809 X-link: https://github.com/facebookresearch/FBGEMM/pull/2735 I'm about to remove fb-exported, so let's do this first. Reviewed By: ndmitchell Differential Revision: D107150080 fbshipit-source-id: 70598ddcb332219550bf5a0df9613a4bf68d2495
1 parent 1509423 commit 10b7757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/metrics/datatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def cleaned(self):
7979
"""
8080
Remove the labels that are common to the PR.
8181
"""
82-
misc = ["fb-exported", "cla signed", "ci-no-td", "Merged"]
82+
misc = ["meta-exported", "fb-exported", "cla signed", "ci-no-td", "Merged"]
8383
new_labels = [x for x in self.labels if x not in misc]
8484
return dataclasses.replace(self, labels=new_labels)
8585

0 commit comments

Comments
 (0)