From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87461C64ED8 for ; Sat, 25 Feb 2023 01:49:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229685AbjBYBtT (ORCPT ); Fri, 24 Feb 2023 20:49:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbjBYBtR (ORCPT ); Fri, 24 Feb 2023 20:49:17 -0500 Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C144667E04 for ; Fri, 24 Feb 2023 17:49:15 -0800 (PST) Received: by mail-pf1-x42b.google.com with SMTP id z11so547989pfh.4 for ; Fri, 24 Feb 2023 17:49:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sladewatkins.net; s=googled; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=FsXprsvi/YhUEqRRcjwtxL/wg4XbNep96f8DIcPmGEw=; b=q8EJppLt0O5T2/9CH2xtxHV9Z5taBbo4wM4eE24o9JiWVaNHPV8VUW4YT7M6rprdtP ehNzLP40Zn6XVfpHhPeYpf3OvHMpt8ejgKp97/cg3RV5e2wDK9nnd156IZc6Gz8ldibA UlhJAVF8llLRsevoFdlkLqCmvpowYc+sR2nmerRWSz2ZE8fPe52xRlUmmLdViwwBj7ak fUiENtFj0c452iJb0iyKw73Z4n/5dcWCB4mNR8sHqhUCYit9s/yGw7ZEC/TZH5nav8Pw FLPEfzPSlEsTONs2oAscLBId9b6RyFmNlcjphQX7wzvaqAy92sazTzjqTx/Tu0JU0Fz1 dCmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=FsXprsvi/YhUEqRRcjwtxL/wg4XbNep96f8DIcPmGEw=; b=Tgl8yueNGtmgZNi9LHNurn0lxjVQ/GkyMgdrN61DyOmkYmX73JprkgDaBIeuDJljg1 /rTtBxmen59ft6IbTy2mXCSUrIEOE+Ta18BmUHK07oXB7C30oYUwIZwJFbzrUz0Q+58j Y/RTatJtOTzXT5STihjWUXP1hE1JegA9O5ae2m0aGHSMakdMZ9Q4GXal3RQtAxMOETWT DSOSS7SxE/3XfCfkS7BiuNZ2A14bhV3V/cHXO4UgjvfojX2t/0NV/kKS/k2MFhgs37ck mIfLseGyV1m5bnZEPJexmKXINTkFfCPr00P6UFBky0SGQ3UrnPlBYNvvP41Cijiv/vMs lFDQ== X-Gm-Message-State: AO0yUKVAe69NR4ezlulBnfQnn+YZnKSgEHoExBWJ/wS6Y0PJ6r9WKN0C HWUKrP7Zpz57ikKimLVFOapOJ/gQMEe23jMDdVCA/g== X-Google-Smtp-Source: AK7set8EECIrO70bFlm0qs8tzFwXkFUhmdbhq+Zol1pwHUaugvv/K+AkqOeuRGNYr39LD11euEgKKdFPe00LrhrqnPo= X-Received: by 2002:a63:3855:0:b0:503:253a:1da3 with SMTP id h21-20020a633855000000b00503253a1da3mr188284pgn.1.1677289755055; Fri, 24 Feb 2023 17:49:15 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Slade Watkins Date: Fri, 24 Feb 2023 20:49:03 -0500 Message-ID: Subject: Re: drm next for 6.3-rc1 To: Linus Torvalds Cc: Dave Airlie , Daniel Vetter , dri-devel , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 24, 2023 at 8:35 PM Linus Torvalds 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D45C2C64EC7 for ; Sat, 25 Feb 2023 10:11:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 45C5310E275; Sat, 25 Feb 2023 10:11:00 +0000 (UTC) Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) by gabe.freedesktop.org (Postfix) with ESMTPS id CCF6310E0D9 for ; Sat, 25 Feb 2023 01:49:15 +0000 (UTC) Received: by mail-pg1-x533.google.com with SMTP id q23so620344pgt.7 for ; Fri, 24 Feb 2023 17:49:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sladewatkins.net; s=googled; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=FsXprsvi/YhUEqRRcjwtxL/wg4XbNep96f8DIcPmGEw=; b=q8EJppLt0O5T2/9CH2xtxHV9Z5taBbo4wM4eE24o9JiWVaNHPV8VUW4YT7M6rprdtP ehNzLP40Zn6XVfpHhPeYpf3OvHMpt8ejgKp97/cg3RV5e2wDK9nnd156IZc6Gz8ldibA UlhJAVF8llLRsevoFdlkLqCmvpowYc+sR2nmerRWSz2ZE8fPe52xRlUmmLdViwwBj7ak fUiENtFj0c452iJb0iyKw73Z4n/5dcWCB4mNR8sHqhUCYit9s/yGw7ZEC/TZH5nav8Pw FLPEfzPSlEsTONs2oAscLBId9b6RyFmNlcjphQX7wzvaqAy92sazTzjqTx/Tu0JU0Fz1 dCmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=FsXprsvi/YhUEqRRcjwtxL/wg4XbNep96f8DIcPmGEw=; b=gXCKpCz4k9S8HgElt01bvuG3jR79bGqS2dxufCi79qYwCEV3Z5AAJy6pK/Xnr54cMK hD1EQNr1Bfl5BSOwojfk+QEZ9Rh8/H1sjYsXcnm63rnYQVB/gj8lnz9fzuWFiBjcpatR ZOE2xTpRtWWkXWgwN2r9ozwAih28IVa/RJeIczU1YiSWAjebAe0qfekCYzbdmmmYeA5P QRO9HV3l/h1YzhKUEaj+9bSareVTgcuNxKU0s0Nfy4urJ1yuQR4zAWL6xMK6UEOq3syd /CaHs3UI6G1sOpYrHBUJSTsyGOaEV8TdDRGn0oYygiSwxB9illVWgAlwcI30u8LZv1xu 9dTg== X-Gm-Message-State: AO0yUKVjKEKWhTIyBOwWLd8UfkcQ/g2MbCH5vs7oROQ0vtYl5gOZwvSg 5xGu0peQdXNlqlg/GfeB+X/9UkzCSmQ/ERAuQJ9VSA== X-Google-Smtp-Source: AK7set8EECIrO70bFlm0qs8tzFwXkFUhmdbhq+Zol1pwHUaugvv/K+AkqOeuRGNYr39LD11euEgKKdFPe00LrhrqnPo= X-Received: by 2002:a63:3855:0:b0:503:253a:1da3 with SMTP id h21-20020a633855000000b00503253a1da3mr188284pgn.1.1677289755055; Fri, 24 Feb 2023 17:49:15 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Slade Watkins Date: Fri, 24 Feb 2023 20:49:03 -0500 Message-ID: Subject: Re: drm next for 6.3-rc1 To: Linus Torvalds Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Sat, 25 Feb 2023 10:10:08 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , LKML , dri-devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Feb 24, 2023 at 8:35 PM Linus Torvalds 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