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 6217B15808B for ; Wed, 6 Apr 2022 18:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F355E0B99; Wed, 6 Apr 2022 18:07:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BB16E0B99 for ; Wed, 6 Apr 2022 18:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07C153410EE for ; Wed, 6 Apr 2022 18:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 558C7386 for ; Wed, 6 Apr 2022 18:07:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1649268448.575a6454796c52b05081e2feda4b4e2c68892d1e.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 575a6454796c52b05081e2feda4b4e2c68892d1e X-VCS-Branch: dev Date: Wed, 6 Apr 2022 18:07:35 +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: 02b388ac-7fc7-4e3e-b6d9-031a8adf2e42 X-Archives-Hash: 9cbdd8cada489eb419ba6da20f8df413 commit: 575a6454796c52b05081e2feda4b4e2c68892d1e Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 6 18:06:12 2022 +0000 Commit: Arthur Zamarin 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