Skip to content

Commit

Permalink
Add GH1 merge rule to merge documentation changes
Browse files Browse the repository at this point in the history
@lezcano
Pull Request resolved: pytorch#72872
  • Loading branch information
janeyx99 authored and pytorchmergebot committed Feb 15, 2022
1 parent ca0ac3a commit da07d1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/merge_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
{
"name": "OSS CI",
"patterns": [".github/**", ".circleci/**", ".jenkins/**", "scripts/**"],
"approved_by": ["seemethere", "malfet", "suo"],
"approved_by": ["seemethere", "malfet", "suo", "janeyx99"],
"mandatory_app_id": 12274
},
{
"name": "Documentation",
"patterns": ["docs/**", "torch/*docs.py"],
"approved_by": ["mruberry", "ngimel", "albanD", "janeyx99"],
"mandatory_app_id": 12274
}
]

0 comments on commit da07d1c

Please sign in to comment.