From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id A57743857400; Sat, 11 Feb 2023 15:30:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A57743857400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676129452; bh=2WeK0Kd8uNA9VZenE1eSpw66vgx9a4Y1bTLlF2ceTbU=; h=From:To:Subject:Date:From; b=RYT6zHFtDFBxN2r23LR6RhhOmkn1Jggqu5urjtRUzyEBoY2PyvLreKPz7+tMv+GMH PL7/p9jqz93IXx65t4kSoKJEjLH0vMCalhBiiJJM0wbsPaibmF8ZNBdbQyXqnn1RUN Dp3rUjcfHm/7TY+o9k9b/f93Pu/zr5Giv+yVvAL0= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1832 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 7f66312db45e3e157123108934f6cf0c71a1c235 X-Git-Newrev: d4cce9835097f31d0e32fe47a2644dca4af9c1a3 Message-Id: <20230211153052.A57743857400@sourceware.org> Date: Sat, 11 Feb 2023 15:30:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d4cce9835097f31d0e32fe47a2644dca4af9c1a3 commit d4cce9835097f31d0e32fe47a2644dca4af9c1a3 Merge: 7f66312db45 373a25382c2 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Fri Feb 10 09:05:28 2023 +0000 Merge #1832 1832: ci: Run commit format checker on push to `trying` branch r=CohenArthur a=CohenArthur ChangeLog: * .github/workflows/commit-format.yml: Run job on pushes to `trying`. This should hopefully stop bors from timing out. Co-authored-by: Arthur Cohen Diff: .github/bors.toml | 3 --- 1 file changed, 3 deletions(-)