From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: .github/workflows/
Date: Sat, 23 Dec 2023 15:10:29 +0000 (UTC) [thread overview]
Message-ID: <1703344224.d4c91884be8a0c474e2d6ad50db981741115068b.sam@gentoo> (raw)
commit: d4c91884be8a0c474e2d6ad50db981741115068b
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Dec 19 09:55:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 15:10:24 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4c91884
.github/workflows: fetch full history for pkgcheck actions
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/963
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/pkgcheck.yaml | 2 ++
.github/workflows/pkgcheck_merge.yaml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/pkgcheck.yaml b/.github/workflows/pkgcheck.yaml
index 433273bc72..d171c915d1 100644
--- a/.github/workflows/pkgcheck.yaml
+++ b/.github/workflows/pkgcheck.yaml
@@ -9,5 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
diff --git a/.github/workflows/pkgcheck_merge.yaml b/.github/workflows/pkgcheck_merge.yaml
index 651883127f..c59b76d180 100644
--- a/.github/workflows/pkgcheck_merge.yaml
+++ b/.github/workflows/pkgcheck_merge.yaml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
- fetch-depth: 2
+ fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
next reply other threads:[~2023-12-23 15:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-23 15:10 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-23 16:05 [gentoo-commits] proj/kde:master commit in: .github/workflows/ Sam James
2023-12-18 23:48 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1703344224.d4c91884be8a0c474e2d6ad50db981741115068b.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox