From 5e38a8adbed98cc01f9f578e0f5e1b4c31e65986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sat, 12 Jul 2025 15:46:09 -0700 Subject: [PATCH 1/2] Issue from cron failure action --- content/github/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/github/index.md b/content/github/index.md index 32b8683..4fa3538 100644 --- a/content/github/index.md +++ b/content/github/index.md @@ -64,6 +64,13 @@ body = ''' Download devstats for one or more GitHub repositories as an artifact. ''' +[[item]] +type = 'card' +header = '[issue-from-pytest-log-action](https://github.com/scientific-python/issue-from-pytest-log-action)' +body = ''' +Create an issue for failed tests from a ``pytest-reportlog`` file or update an existing one if it already exists. +''' + {{< /grid >}} ## Bots From 781637f8bae5104470a09057f7a211161f4bf724 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 23:03:31 +0000 Subject: [PATCH 2/2] =?UTF-8?q?[pre-commit.ci=20=F0=9F=A4=96]=20Apply=20co?= =?UTF-8?q?de=20format=20tools=20to=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/github/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/index.md b/content/github/index.md index 4fa3538..aa4e257 100644 --- a/content/github/index.md +++ b/content/github/index.md @@ -68,7 +68,7 @@ Download devstats for one or more GitHub repositories as an artifact. type = 'card' header = '[issue-from-pytest-log-action](https://github.com/scientific-python/issue-from-pytest-log-action)' body = ''' -Create an issue for failed tests from a ``pytest-reportlog`` file or update an existing one if it already exists. +Create an issue for failed tests from a `pytest-reportlog` file or update an existing one if it already exists. ''' {{< /grid >}}