Re: drm next for 6.3-rc1

From: Slade Watkins
Date: Fri Feb 24 2023 - 20:49:25 EST


On Fri, Feb 24, 2023 at 8:35 PM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> If you were waiting for a pr-tracker-bot reply, I think you need to
> put "{GIT PULL]" in the subject line for the automation to trigger on
> it.

Had to double check, but yes, that's exactly it:

PULL_SUBJECT_RE = [
re.compile(r'^\S*:?\s*\[GIT', re.IGNORECASE),
re.compile(r'^\S*:?\s*\[PULL', re.IGNORECASE),
re.compile(r'^\S*:?\s*\[PLEASE PULL', re.IGNORECASE),
]

Link: https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/pr-tracker-bot.py

-- Slade