mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Enable the GitHub merge queue (#29989)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
9eee517132
commit
d5202a4a98
8 changed files with 59 additions and 56 deletions
|
@ -153,7 +153,7 @@ class FileList(object):
|
|||
yield os.path.join(root, f)
|
||||
|
||||
def _git_changed_files(self):
|
||||
args = ["git", "log", "-n1", "--merges", "--format=%H"]
|
||||
args = ["git", "log", "-n1", "--committer", "noreply@github.com", "--format=%H"]
|
||||
last_merge = subprocess.check_output(args, universal_newlines=True).strip()
|
||||
if not last_merge:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue