aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-10-18 13:14:48 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-10-18 13:14:48 -0400
commit12d43dbbc4962c1615378a7e2d006bb3327b0ab3 (patch)
treefee28f0bdf748890e4a1b8955cca85d4f40485b7
parent9c090f5e26e5de9c71962280e0aff52616bcad2d (diff)
downloadkorg-helpers-12d43dbbc4962c1615378a7e2d006bb3327b0ab3.tar.gz
Not all pull requests have the word "git"
It would be best if we could just search by series that contain a pull_url field, but we can't. So, relax this search and iterate through a larger set, but catch more flies. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xgit-patchwork-bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-patchwork-bot.py b/git-patchwork-bot.py
index e8d930e..5094f7f 100755
--- a/git-patchwork-bot.py
+++ b/git-patchwork-bot.py
@@ -264,7 +264,7 @@ def get_patchwork_pull_requests_by_project(rm, project, fromstate):
('state', fromstate),
('order', '-date'),
('page', page),
- ('q', 'GIT,PULL'),
+ ('q', 'PULL'),
('per_page', REST_PER_PAGE),
]
logger.debug('Processing page %s', page)