From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4665215808B for ; Wed, 6 Apr 2022 19:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C605EE0CA1; Wed, 6 Apr 2022 19:43:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDBD4E0CE2 for ; Wed, 6 Apr 2022 19:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B85043411A8 for ; Wed, 6 Apr 2022 19:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 537AC38E for ; Wed, 6 Apr 2022 19:43:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1649268448.575a6454796c52b05081e2feda4b4e2c68892d1e.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: .github/workflows/ X-VCS-Repository: repo/proj/guru X-VCS-Files: .github/workflows/emails.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 575a6454796c52b05081e2feda4b4e2c68892d1e X-VCS-Branch: master Date: Wed, 6 Apr 2022 19:43:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 917577e1-5bf9-4a47-9aa0-dcddd9622b1d X-Archives-Hash: 1961e7d68142f7d44087dba2dea6686b commit: 575a6454796c52b05081e2feda4b4e2c68892d1e Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 6 18:06:12 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 6 18:07:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=575a6454 Add new empty emails workflow Added so we have a successful run for full workflow Signed-off-by: Arthur Zamarin gentoo.org> .github/workflows/emails.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml new file mode 100644 index 000000000..6871760f4 --- /dev/null +++ b/.github/workflows/emails.yml @@ -0,0 +1,10 @@ +name: emails + +on: [push, pull_request] + +jobs: + bugzilla: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2